Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed Jun 5, 2024
1 parent 9d9f168 commit 8cb7b8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,20 +88,20 @@ jobs:
- name: Build
run: |
cargo build \
--workspace
--workspace \
--locked --all-features \
--target ${{ matrix.cargo-target }}
- name: Lint
run: |
cargo clippy \
--workspace
--workspace \
--locked --all-features \
--target ${{ matrix.cargo-target }}
- name: Test
run: |
cargo test \
--lib --workspace
--lib --workspace \
--locked --all-features \
--target ${{ matrix.cargo-target }}

0 comments on commit 8cb7b8a

Please sign in to comment.