Skip to content

Commit

Permalink
Fix workflow file.
Browse files Browse the repository at this point in the history
  • Loading branch information
partim committed Jun 25, 2024
1 parent c6ca424 commit bac56d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- if: matrix.rust == 'stable' && matrix.args == "--features all"
- if: matrix.rust == 'stable' && matrix.args == '--features all'
run: cargo clippy -- -D warnings
- run: cargo build --verbose ${{ matrix.args }} --locked
- run: cargo test --verbose ${{ matrix.args }} -- --test-threads=1 2>&1
Expand Down

0 comments on commit bac56d2

Please sign in to comment.