File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build-std :
14- name : Build and test (std)
14+ name : Build and test
1515 runs-on : ${{ matrix.os }}
1616 strategy :
1717 matrix :
2828 - name : Run dylib-tests
2929 run : cargo test -p dylib-tests --features debug-assertions
3030 build-miri :
31- name : Build and test ( Miri)
31+ name : Miri
3232 runs-on : ubuntu-latest
3333 steps :
3434 - uses : actions/checkout@v4
@@ -38,19 +38,20 @@ jobs:
3838 - name : Build
3939 run : cargo +nightly miri test --features debug-assertions
4040 wasm :
41+ name : WASM
4142 runs-on : ubuntu-latest
4243 steps :
4344 - uses : actions/checkout@v4
4445 - name : Install wasm-pack
4546 run : curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
4647 - name : Test stringleton-registry (Chrome)
47- run : cd stringleton-registry && wasm-pack test --headless --chrome && cd ..
48+ run : cd stringleton-registry && wasm-pack test --headless --chrome --features debug-assertions && cd ..
4849 - name : Test stringleton (Chrome)
49- run : cd stringleton && wasm-pack test --headless --chrome && cd ..
50+ run : cd stringleton && wasm-pack test --headless --chrome --features debug-assertions && cd ..
5051 - name : Test stringleton-registry (Firefox)
51- run : cd stringleton-registry && wasm-pack test --headless --firefox && cd ..
52+ run : cd stringleton-registry && wasm-pack test --headless --firefox --features debug-assertions && cd ..
5253 - name : Test stringleton (Firefox)
53- run : cd stringleton && wasm-pack test --headless --firefox && cd ..
54+ run : cd stringleton && wasm-pack test --headless --firefox --features debug-assertions && cd ..
5455 lint :
5556 name : Lint
5657 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments