Skip to content

Commit

Permalink
run test one by one (#43)
Browse files Browse the repository at this point in the history
Signed-off-by: Yang Keao <[email protected]>
  • Loading branch information
YangKeao authored Jul 7, 2024
1 parent 67b43ee commit 04ba4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Add user_allow_other to /etc/fuse.conf
run: echo "user_allow_other" | sudo tee -a /etc/fuse.conf
- name: Run tests
run: cargo test --verbose
run: cargo test --verbose -- --test-threads=1
clippy_check:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 04ba4ed

Please sign in to comment.