Skip to content

Commit

Permalink
ci: Add missing cargo call
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Sep 10, 2024
1 parent bd7c361 commit 83d4bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
toolchain: stable
targets: ${{ matrix.arch }}

- run: check --no-default-features --target ${{ matrix.arch }}
- run: cargo check --no-default-features --target ${{ matrix.arch }}

docs:
name: Build documentation
Expand Down

0 comments on commit 83d4bb8

Please sign in to comment.