Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Mar 27, 2023
1 parent 7ce9e5e commit 9aec305
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Test
env:
RUSTFLAGS: -Ctarget-feature=+atomics,+bulk-memory,+mutable-globals
WASM_SERVER_RUNNER_NO_MODULE: 1
WASM_BINDGEN_USE_NO_MODULE: 1
run:
cargo test --no-fail-fast --target wasm32-unknown-unknown
-Zbuild-std=panic_abort,std
Expand Down
1 change: 1 addition & 0 deletions tests/instant.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(
clippy::cognitive_complexity,
clippy::semicolon_if_nothing_returned,
clippy::unchecked_duration_subtraction
)]
Expand Down
2 changes: 1 addition & 1 deletion tests/system_time.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(clippy::semicolon_if_nothing_returned)]
#![allow(clippy::cognitive_complexity, clippy::semicolon_if_nothing_returned)]

mod util;

Expand Down

0 comments on commit 9aec305

Please sign in to comment.