diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c6b265..9a913eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,6 +103,7 @@ jobs: docker compose -f ./test/docker-compose.yml up -d --wait - name: Run Migrations + working-directory: ./test env: RUST_LOG: debug SCYLLA_NODES: 172.42.0.2,172.42.0.3,172.42.0.4 @@ -115,9 +116,6 @@ jobs: SCYLLA_DEFAULT_KEYSPACE: scyllax run: cargo run -p example - - name: Run Unit Tests - run: cargo make cov-ci - - name: Stop the cluster if: ${{ always() }} run: docker compose -f ./test/docker-compose.yml stop