Skip to content

Commit da10c1b

Browse files
committed
feat: add wasm-internal to tests
1 parent 2699645 commit da10c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: cargo install wasm-bindgen-cli --version 0.2.100
7676

7777
- name: Test WASM
78-
run: cargo test --target wasm32-unknown-unknown -p bitwarden-threading -p bitwarden-error --all-features
78+
run: cargo test --target wasm32-unknown-unknown -p bitwarden-wasm-internal -p bitwarden-threading -p bitwarden-error --all-features
7979

8080
coverage:
8181
name: Coverage

0 commit comments

Comments
 (0)