From bf10fde13a8c934def24e78ec69b9ed2c410d8d8 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sun, 10 Aug 2025 03:11:57 +0400 Subject: [PATCH] run integration_test suite first --- .github/workflows/test.yml | 4 +++- .vscode/settings.json | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d632d85..fbf0765 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/.vscode/settings.json b/.vscode/settings.json index b305b26..092eb53 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,6 +15,7 @@ "mktemp", "msrv", "msvc", + "nocapture", "nvmrc", "outpath", "readlink",