From 11f3a888818ca965f6b8cdf59c86f3f1d4d34d6c Mon Sep 17 00:00:00 2001 From: Manuel Carrer Date: Fri, 7 Jun 2024 16:32:29 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3fb96883..950a94ac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,8 +64,8 @@ jobs: run: target/debug/prepare_db # Run integration tests - - name: integration tests - run: cargo test --no-fail-fast -p lard_tests -- --nocapture --test-threads=1 + - name: Run unit and integration tests + run: cargo test --no-fail-fast -- --nocapture --test-threads=1 # TODO: potentially we can split them up in multiple steps # - name: Prepare PostgreSQL for API tests