We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8f724e commit b955e5aCopy full SHA for b955e5a
1 file changed
.github/workflows/_wasm.yml
@@ -32,9 +32,8 @@ jobs:
32
| tar -xz --strip-components=2 -C /usr/local/bin binaryen-version_121/bin/wasm-opt
33
wasm-opt --version
34
35
- - name: Build
36
- run: |
37
- cargo +nightly build --target wasm32-unknown-unknown --features wasm --lib --release -Z build-std=core,alloc,panic_abort -Z build-std-features=panic_immediate_abort
+ - name: Run Clippy
+ run: cargo +nightly clippy --lib --target wasm32-unknown-unknown --features wasm -- -D warnings
38
working-directory: compiler
39
40
- name: Size (unoptimized)
0 commit comments