Skip to content

Commit

Permalink
use arc-runner-set
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Aug 9, 2024
1 parent 7d94a13 commit d090c91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: cargo check -p sc-simnode

tests:
runs-on: ubuntu-latest
runs-on: arc-runner-set
steps:
- name: Checkout sources
uses: actions/checkout@v3
Expand Down Expand Up @@ -75,4 +75,3 @@ jobs:
sleep 20;
RUST_BACKTRACE=1 cargo test --release -p simnode-integration-tests --tests parachain -- --nocapture
kill -9 $!

0 comments on commit d090c91

Please sign in to comment.