Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jetli authored May 26, 2024
1 parent 4c256d8 commit c7827c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
run: |
cargo fmt --all -- --check
cargo clippy -- --deny=warnings
- name: Tests
run: |
cd crates/yew-hooks
cargo test
- name: Run hooks tests
run: |
cd crates/yew-hooks && wasm-pack test --headless --chrome
Expand Down

0 comments on commit c7827c7

Please sign in to comment.