Skip to content

Commit

Permalink
fix: disable fork test on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ethyla committed Dec 18, 2024
1 parent fd83a7a commit 335e23c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ jobs:
- name: Run Forge tests
env:
INFURA_TOKEN: ${{ secrets.INFURA_TOKEN }}
IS_CI: true
run: forge test -vvv
id: test
1 change: 1 addition & 0 deletions test/foundry/ForkupgradeMPT.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ contract ForkupgradeMPT is Test {
}

function test_UpgradeMPT() public {
vm.skip(vm.envBool("IS_CI"));
assertEq(vm.activeFork(), mainnetFork);

string memory input = vm.readFile("scripts/deployers/mpt-fix/input.json");
Expand Down

0 comments on commit 335e23c

Please sign in to comment.