Skip to content

Commit

Permalink
copy more runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwen01 committed Sep 18, 2024
1 parent 3b46afd commit 595a440
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@ concurrency:
jobs:
example:
name: Uniswap example
runs-on: [runs-on, family=c7a.32xlarge, "run-id=${{ github.run_id }}"]
runs-on:
[
runs-on,
cpu=64,
ram=256,
family=m7i+m7a,
hdd=80,
image=ubuntu22-full-x64,
spot=false,
"run-id=${{ github.run_id }}",
]
env:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
steps:
Expand All @@ -34,6 +44,9 @@ jobs:
- name: Run uniswap script
run: |
SP1_DEV=1 RUST_LOG=info RUST_BACKTRACE=full cargo run --release --bin uniswap --ignore-rust-version
# - name: "Run forge test"
# run: |


test-e2e:
Expand Down

0 comments on commit 595a440

Please sign in to comment.