Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
HrikB committed Feb 5, 2024
1 parent d8c82a2 commit 0bad3f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,14 @@ jobs:
- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
source /home/runner/.bashrc
- name: Run Forge tests
env:
MAINNET_RPC_URL: ${{ secrets.MAINNET_RPC_URL }}
MAINNET_ARCHIVE_RPC_URL: ${{ secrets.MAINNET_ARCHIVE_RPC_URL }}
run: |
forge test -vvv --ffi
forge test -vvv --ffi --mc "YieldOracle_ForkTest"
id: t

solhint:
Expand Down

0 comments on commit 0bad3f1

Please sign in to comment.