Skip to content

Commit b1004ee

Browse files
SDS: update workflow for integration tests
1 parent 49cbbe4 commit b1004ee

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
env:
1010
CARGO_TERM_COLOR: always
11+
RUST_BACKTRACE: full
1112

1213
jobs:
1314
build:
@@ -17,4 +18,5 @@ jobs:
1718
steps:
1819
- uses: actions/checkout@v4
1920
- name: Build
20-
run: cargo build --release --verbose
21+
run: cargo build --release --verbose && cargo clean && cargo test -vv
22+

0 commit comments

Comments
 (0)