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",