Skip to content

Commit

Permalink
ci: don't run fork tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ethyla committed Nov 14, 2024
1 parent eb1596e commit 10f99d2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 32 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ jobs:

- name: Run Forge tests
run: |
forge test -vvv
forge test -vvv --no-match-test "SkipCI"
id: test
2 changes: 1 addition & 1 deletion forge/ForkupgradeMPT.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ contract ForkupgradeMPT is Test {
vm.selectFork(mainnetFork);
}

function test_UpgradeMPT() public {
function test_UpgradeMPTSkipCI() public {
assertEq(vm.activeFork(), mainnetFork);

address rootChainManagerImpl = deployCode("out/RootChainManager.sol/RootChainManager.json");
Expand Down

0 comments on commit 10f99d2

Please sign in to comment.