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