diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 24e2ed9..4d4b637 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -33,7 +33,7 @@ jobs: toolchain: stable override: true - uses: Swatinem/rust-cache@v1 - - run: cd compressor_integration_tests && docker-compose up -d + - run: cd compressor_integration_tests && docker compose up -d - uses: actions-rs/cargo@v1 with: command: test