Skip to content

Commit 142f711

Browse files
authored
chore: run tests during CI (#10)
1 parent 635c8e0 commit 142f711

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/testing.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
wasm-pack build --release --target web
3232
cargo build --release
3333
34+
- name: Run tests
35+
run: |
36+
cargo test
37+
3438
- name: Check coding style
3539
run: |
3640
cargo fmt --check

0 commit comments

Comments
 (0)