Browse Source

undo script changes

teryanarmen 3 years ago
parent
commit
9708bc0397
1 changed files with 5 additions and 5 deletions
  1. 5 5
      .github/workflows/verify.yml

+ 5 - 5
.github/workflows/verify.yml

@@ -46,13 +46,13 @@ jobs:
 
       matrix:
         script:
-          - old/verifyTimelock.sh
-          - old/verifyERC1155.sh
+#          - old/verifyTimelock.sh
+#          - old/verifyERC1155.sh
 #          - old/verifyERC20FlashMint.sh
 #          - old/verifyERC20Wrapper.sh
-          - old/verifyAccessControl.sh
-          - old/verifyERC20Votes.sh "checking ERC20Votes.spec on ERC20Votes.sol"
-          - old/verifyERC721Votes.sh "checking ERC721Votes.spec on draft-ERC721Votes.sol and Votes.sol"
+#          - old/verifyAccessControl.sh
+#          - old/verifyERC20Votes.sh "checking ERC20Votes.spec on ERC20Votes.sol"
+#          - old/verifyERC721Votes.sh "checking ERC721Votes.spec on draft-ERC721Votes.sol and Votes.sol"
           - Round3/verifyERC1155Burnable.sh
           - Round3/verifyERC1155Supply.sh
           - Round3/verifyERC1155Pausable.sh