mirror of
https://github.com/zhom/banderole.git
synced 2026-06-06 06:23:53 +02:00
run integration_test suite first
This commit is contained in:
@@ -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
|
||||
|
||||
Vendored
+1
@@ -15,6 +15,7 @@
|
||||
"mktemp",
|
||||
"msrv",
|
||||
"msvc",
|
||||
"nocapture",
|
||||
"nvmrc",
|
||||
"outpath",
|
||||
"readlink",
|
||||
|
||||
Reference in New Issue
Block a user