Skip to content

Commit

Permalink
Ignore warnings for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Oct 25, 2024
1 parent 7782bdb commit b55af58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:

- name: Run cargo test
run: cargo test --target=x86_64-unknown-linux-gnu
env:
RUSTFLAGS: ""

- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
Expand Down

0 comments on commit b55af58

Please sign in to comment.