diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0a45ab0d9..136d45956 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -183,11 +183,11 @@ jobs: - name: Test Integration env: - NEXTEST_PROFILE: integration - INTEGRATION_TEST_SEQUENCER_VERSION: ${{ matrix.version }} + NEXTEST_PROFILE: integration + INTEGRATION_TEST_SEQUENCER_VERSION: ${{ matrix.version }} run: | cargo nextest run --archive-file nextest-archive.tar.zst --verbose --no-fail-fast \ - --workspace-remap $PWD $(if [ "${{ matrix.version }}" == "02" ]; then echo " smoke"; fi) + --workspace-remap $PWD $(if [ "${{ matrix.version }}" == "02" ]; then echo " smoke"; fi) timeout-minutes: 40 - name: Process Compose Down