Skip to content

Commit

Permalink
fix(ci): cargo check
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael DEMACON <ndemacon@scaleway.com>
  • Loading branch information
quantumsheep committed Feb 15, 2024
1 parent eb8c259 commit 95f418d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

- uses: Swatinem/rust-cache@v2

- run: cargo check --target ${{ matrix.target }}
- run: cargo check --target ${{ matrix.target.rust-target }}

clippy:
needs:
Expand Down

0 comments on commit 95f418d

Please sign in to comment.