diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 0777252..9944680 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -97,7 +97,7 @@ jobs: - name: Run integration tests run: | - bundle exec rake observium:integration + bundle exec rake litmus:acceptance:parallel - name: Remove test environment if: ${{ always() }}