Skip to content

Commit

Permalink
Include ignored tests in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
joajfreitas committed Jul 10, 2024
1 parent c01d2f2 commit df5a72e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Run rustfmt
run: cargo fmt --check
- name: Unit tests
run: cargo test -- --ignored --nocapture
run: cargo test -- --include-ignored --nocapture
- name : Clippy
run: cargo clippy --all-features
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ RUSTFLAGS='--cfg=web_sys_unstable_apis' trunk serve --release

`cargo test`

Run ignored tests:

`cargo test -- --include-ignored`

## References

### Opcodes
Expand Down

0 comments on commit df5a72e

Please sign in to comment.