ci: Run Rust tests with RUST_BACKTRACE set

This commit is contained in:
iequidoo
2023-08-11 20:21:04 -03:00
committed by iequidoo
parent 987ce58926
commit 3b47c3f21d

View File

@@ -101,6 +101,8 @@ jobs:
uses: swatinem/rust-cache@v2
- name: Tests
env:
RUST_BACKTRACE: 1
run: cargo test --workspace
- name: Test cargo vendor