Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anchpop committed Dec 26, 2024
1 parent 656300b commit b028ddc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ jobs:
run: cargo fmt --all -- --check

- name: Run clippy (wasm)
run: cargo clippy -- -D warnings --target wasm32-unknown-unknown

- name: Run clippy (native)
run: cargo clippy -- -D warnings --target x86_64-unknown-linux-gnu
run: cargo clippy --all-targets -- -D warnings

- name: Run tests
run: cargo test
Expand Down

0 comments on commit b028ddc

Please sign in to comment.