Skip to content

Commit

Permalink
quickfix: remove foundry version pinning + artifact copying from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anish-ritual committed Nov 26, 2024
1 parent 8c3ff42 commit 4d62ce6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly-2cb875799419c907cc3709e586ece2559e6b340e

- name: Install contract deps
run: forge --version && forge install
Expand All @@ -28,10 +26,6 @@ jobs:
run: forge build --sizes
id: build

- name: Copy compiled artifacts
run: cp -r compiled/. out/
id: artifacts

- name: Run tests
run: forge test -vvv
id: test

0 comments on commit 4d62ce6

Please sign in to comment.