We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d8a0b commit 4b6c636Copy full SHA for 4b6c636
.github/workflows/foundry.yml
@@ -68,7 +68,7 @@ jobs:
68
Fork) forge test --match-contract Integration ;;
69
esac
70
env:
71
- FOUNDRY_PROFILE: ${{ matrix.suite == 'Fork' && 'forktest' || 'medium' }}
+ FOUNDRY_PROFILE: ${{ matrix.suite == 'Fork' && 'mainnet' || 'medium' }}
72
RPC_MAINNET: https://billowing-capable-sound.quiknode.pro/
73
74
# -----------------------------------------------------------------------
0 commit comments