Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 9, 2023
1 parent c863b49 commit 010b310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Add wasm target
run: rustup target add wasm32-unknown-unknown
- name: Build | Clippy
run: cargo clippy --features std,wasm --no-deps -- -Dwarnings
run: cargo clippy --features std --no-deps -- -Dwarnings
- name: Build | Compile
run: cargo build

0 comments on commit 010b310

Please sign in to comment.