Skip to content

Commit 19aabce

Browse files
committed
🔨 run tests without production mode
1 parent 8d58ae9 commit 19aabce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/test/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ runs:
3636

3737
- name: Run tests with coverage
3838
shell: bash
39-
run: cargo llvm-cov nextest --release --profile ci --lcov --output-path lcov.info
39+
run: cargo llvm-cov nextest --profile ci --lcov --output-path lcov.info
4040

4141
- name: Upload coverage to Codecov
4242
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)