Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jun 12, 2024
1 parent 4e06bdc commit 83405b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Fortranix SGX (rdrand.rs)
run: cargo clippy -Zbuild-std --target x86_64-fortanix-unknown-sgx
- name: Web WASM (js.rs)
run: cargo clippy --target wasm32-unknown-unknown --features js
run: cargo clippy -Zbuild-std --target wasm32-unknown-unknown --features js

fmt:
name: rustfmt
Expand Down

0 comments on commit 83405b9

Please sign in to comment.