Skip to content

Commit

Permalink
fix: update test action
Browse files Browse the repository at this point in the history
- add wasm-pack-action
- comment unused crate in tests for lint
  • Loading branch information
dsgallups committed Nov 3, 2024
1 parent 76ecea5 commit 998c689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: jetli/[email protected]
- run: wasm-pack test --chrome
2 changes: 1 addition & 1 deletion tests/wasm.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use wasm_bindgen_test::*;
use wasm_tracing::prelude::*;
//use wasm_tracing::prelude::*;
#[wasm_bindgen_test]
pub fn test() {
wasm_tracing::set_as_global_default();
Expand Down

0 comments on commit 998c689

Please sign in to comment.