We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da8d679 commit 8172a7cCopy full SHA for 8172a7c
.github/actions/rust-test/action.yaml
@@ -62,6 +62,5 @@ runs:
62
- name: Run Cargo test
63
shell: bash
64
run: |
65
- ulimit -n 102400
66
cd native
67
- RUST_BACKTRACE=1 cargo test
+ RUST_BACKTRACE=full cargo test
0 commit comments