Skip to content

Commit

Permalink
Run single test
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetVishnya committed Mar 15, 2024
1 parent 6fcbe49 commit f6ff1a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
rustup install nightly
export PATH=/root/.cargo/bin:$PATH
cargo install cargo-fuzz
cargo test --release --verbose --lib -- --test-threads 1
cargo test --release --verbose --package casr
cargo test test_casr_java
# cargo test --release --verbose --lib -- --test-threads 1
# cargo test --release --verbose --package casr

0 comments on commit f6ff1a3

Please sign in to comment.