File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
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 :
You can’t perform that action at this time.
0 commit comments