Skip to content

Commit

Permalink
chore: run tests during CI (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
TrueBrain authored Apr 26, 2024
1 parent 635c8e0 commit 142f711
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
wasm-pack build --release --target web
cargo build --release
- name: Run tests
run: |
cargo test
- name: Check coding style
run: |
cargo fmt --check

0 comments on commit 142f711

Please sign in to comment.