Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Nov 4, 2024
1 parent 8416162 commit 3edceb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3edceb7

Please sign in to comment.