File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5252 shell : bash
5353 - name : Build
5454 run : |
55- cargo build --manifest-path testcrate/Cargo.toml --target ${{ matrix.target }} --release
55+ cargo build --manifest-path testcrate/Cargo.toml --target ${{ matrix.target }}
5656 shell : bash
5757
5858 test :
7676 target : ${{ matrix.target }}
7777 - name : Run tests
7878 run : |
79- cargo test --manifest-path testcrate/Cargo.toml --release
79+ cargo test --manifest-path testcrate/Cargo.toml
8080 shell : bash
8181
8282 test_emscripten :
9696 - name : Run emscripten tests
9797 run : |
9898 export CARGO_TARGET_WASM32_UNKNOWN_EMSCRIPTEN_RUNNER=node
99- cargo test --manifest-path testcrate/Cargo.toml --release
99+ cargo test --manifest-path testcrate/Cargo.toml
100100 shell : bash
101101
102102 rustfmt :
You can’t perform that action at this time.
0 commit comments