Skip to content

Commit f693a4f

Browse files
committed
run wasm-pack test --node in ci
1 parent ea6e1f3 commit f693a4f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@ jobs:
6969
run: cargo install wasm-pack
7070
- name: build with default features
7171
run: wasm-pack build
72+
- name: node test
73+
run: wasm-pack test --node

tests/round_trip.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
wasm_bindgen_test::wasm_bindgen_test_configure!(run_in_browser);
21
use hpke_dispatch::*;
32

43
const AAD: &[u8] = b"associated data";

0 commit comments

Comments
 (0)