Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Aug 19, 2024
1 parent 566f205 commit 25706db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- name: cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy --no-deps
command: clippy --no-deps --target ${{ matrix.target }}

- name: cargo test
uses: actions-rs/cargo@v1
with:
command: test
command: test --target ${{ matrix.target }}

lint:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 25706db

Please sign in to comment.