Skip to content

Commit 388225e

Browse files
committed
Test in debug mode
1 parent ad37e62 commit 388225e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
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:
@@ -76,7 +76,7 @@ jobs:
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:
@@ -96,7 +96,7 @@ jobs:
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:

0 commit comments

Comments
 (0)