Skip to content

Commit

Permalink
fix the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ljeub-pometry committed Jul 5, 2024
1 parent 83f233b commit 60cc519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_rust_disk_storage_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
RUSTFLAGS: -Awarnings
TEMPDIR: ${{ runner.temp }}
run: |
cargo -j 4 nextest run --all --no-default-features --features "storage"
cargo nextest run -j4 --all --no-default-features --features "storage"
- name: Run Tests (features=io)
env:
RUSTFLAGS: -Awarnings
Expand Down

0 comments on commit 60cc519

Please sign in to comment.