Skip to content
This repository was archived by the owner on Oct 3, 2025. It is now read-only.

Commit 802a10a

Browse files
ci: don't add -D warnings rust flags
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 8485ad1 commit 802a10a

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
uses: actions-rust-lang/setup-rust-toolchain@v1
2121
with:
2222
toolchain: stable
23+
rustflags: ""
2324
target: wasm32-unknown-unknown
2425
- name: Install Binaryen and WABT
2526
run: sudo apt-get install -y binaryen wabt

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)