Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
bmwill committed Feb 22, 2024
1 parent 288665a commit 48b34e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Run tests in wasm
env:
CC: clang
run: wasm-pack test --all-features --node
run: wasm-pack test --node --all-features
1 change: 0 additions & 1 deletion src/types/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ impl std::error::Error for AddressParseError {}
mod test {
use super::*;


#[cfg(target_arch = "wasm32")]
use wasm_bindgen_test::wasm_bindgen_test as test;

Expand Down

0 comments on commit 48b34e4

Please sign in to comment.