We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad37e62 commit 388225eCopy full SHA for 388225e
1 file changed
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
shell: bash
53
- name: Build
54
run: |
55
- cargo build --manifest-path testcrate/Cargo.toml --target ${{ matrix.target }} --release
+ cargo build --manifest-path testcrate/Cargo.toml --target ${{ matrix.target }}
56
57
58
test:
@@ -76,7 +76,7 @@ jobs:
76
target: ${{ matrix.target }}
77
- name: Run tests
78
79
- cargo test --manifest-path testcrate/Cargo.toml --release
+ cargo test --manifest-path testcrate/Cargo.toml
80
81
82
test_emscripten:
@@ -96,7 +96,7 @@ jobs:
96
- name: Run emscripten tests
97
98
export CARGO_TARGET_WASM32_UNKNOWN_EMSCRIPTEN_RUNNER=node
99
100
101
102
rustfmt:
0 commit comments