Skip to content

Commit

Permalink
fix: pin foundry runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Feb 2, 2024
1 parent a94bab6 commit 82b853b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,13 @@ jobs:
run: ape compile --force --size

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
uses: foundry-rs/[email protected]

- name: output current installation
run: pip freeze

- name: Run Ape tests
run: ape test -s
run: ape test
timeout-minutes: 15
env:
TOKENS_TO_TEST: ${{ matrix.tokens_to_test }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 82b853b

Please sign in to comment.