We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c0ffb8 commit c90ab43Copy full SHA for c90ab43
1 file changed
.github/workflows/rust.yml
@@ -23,6 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
name: Run Checks
25
env:
26
+ RUST_BACKTRACE: 1
27
RUSTFLAGS: -D warnings --cfg tokio_unstable
28
steps:
29
- uses: hecrj/setup-rust-action@v2
@@ -179,6 +180,7 @@ jobs:
179
180
181
name: Run Tests
182
183
184
185
186
0 commit comments