Skip to content

Commit

Permalink
fix yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Oct 2, 2024
1 parent b2c76e6 commit f654031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Test Integration
env:
NEXTEST_PROFILE: integration
INTEGRATION_TEST_SEQUENCER_VERSION=02
INTEGRATION_TEST_SEQUENCER_VERSION: 02
run: cargo nextest run --locked --release --all-features --verbose --nocapture
timeout-minutes: 40

Expand All @@ -90,7 +90,7 @@ jobs:
- name: Test Marketplace Integration
env:
NEXTEST_PROFILE: integration
INTEGRATION_TEST_SEQUENCER_VERSION=03
INTEGRATION_TEST_SEQUENCER_VERSION: 03
run: cargo nextest run --locked --release --all-features --verbose --nocapture
timeout-minutes: 40

Expand Down

0 comments on commit f654031

Please sign in to comment.