Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
a-givertzman committed Sep 26, 2023
1 parent a0638fc commit c1c90c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
# - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
# - run: cargo build --release
- name: Unit tests
run: clear && cargo test -- --test-threads=1
run: cargo test -- --test-threads=1 --show-output

0 comments on commit c1c90c8

Please sign in to comment.