Skip to content

Commit af17f43

Browse files
Added all-features flag to CI
1 parent 6bb87fa commit af17f43

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
1919
- name: Test bundled
2020
run: |
21-
wasm-pack test --node
21+
wasm-pack test --node --all-features
2222
- name: Test use prebuild libsqlite3.a
2323
if: matrix.os != 'windows-latest'
2424
run: |
@@ -74,6 +74,7 @@ jobs:
7474
run: |
7575
rustup target add wasm32-unknown-unknown
7676
cargo clippy --no-default-features --target wasm32-unknown-unknown -- -D warnings
77+
cargo clippy --all-features --target wasm32-unknown-unknown -- -D warnings
7778
7879
test_implement_a_vfs:
7980
runs-on: ubuntu-latest
@@ -180,7 +181,7 @@ jobs:
180181
- name: Test
181182
run: |
182183
cd tests
183-
wasm-pack test --chrome --headless
184+
wasm-pack test --chrome --headless --all-features
184185
wasm-pack test --chrome --headless --features sqlite3mc
185186
186187
test_vfs_native:

0 commit comments

Comments
 (0)