Skip to content

Commit

Permalink
run devnet in background
Browse files Browse the repository at this point in the history
  • Loading branch information
amanusk committed Mar 24, 2024
1 parent b3a1072 commit a96c7c7
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 @@ -42,8 +42,8 @@ jobs:
- name: Install Devnet
run: cargo install --locked --git https://github.com/0xSpaceShard/starknet-devnet-rs.git --rev ${{ env.DEVNET_SHA }}

- name: Run Devnet
run: starknet-devnet --seed 0
- name: Run Devnet in background
run: nohup starknet-devnet --seed 0 & sleep 2

- name: Run tests
run: yarn test # Runs your test script defined in package.json

0 comments on commit a96c7c7

Please sign in to comment.