From a41f2986eab2e41e6fdc0b1e9980a6369f244ecc Mon Sep 17 00:00:00 2001 From: Ryan Quinn Ford Date: Fri, 20 Sep 2024 13:23:43 +0200 Subject: [PATCH] test --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 857aa146..6735ea4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,11 +61,11 @@ jobs: shell: bash - name: Run non-integration tests - run: cargo test --release --exclude-files "**/integration_tests.rs" + run: cargo test --release -- --skip integration_tests - integration_test: + integration-test: runs-on: ubuntu-latest - needs: test + needs: unit-test if: success() services: