run integration_test suite first

This commit is contained in:
zhom
2025-08-10 03:11:57 +04:00
parent 5f416b43f6
commit bf10fde13a
2 changed files with 4 additions and 1 deletions
+3 -1
View File
@@ -75,7 +75,9 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: |
cargo test --test integration_test -- --nocapture || true
cargo test --verbose
- name: Build release
run: cargo build --release --verbose
+1
View File
@@ -15,6 +15,7 @@
"mktemp",
"msrv",
"msvc",
"nocapture",
"nvmrc",
"outpath",
"readlink",