Skip to content

Commit

Permalink
ci: remove import require tests for testing constant imports (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 authored Jan 24, 2024
1 parent f9e3804 commit 607145a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 152 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
contracts.ts
key: ${{ github.run_id }}

- name: 🧪 run import/requires tests
run: npm run test:importRequire

- name: 📚 generate ABI docs
run: npm run build:docs

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
"test:reentrancy": "hardhat test --no-compile tests/Reentrancy/Reentrancy.test.ts",
"test:reentrancyinit": "hardhat test --no-compile tests/Reentrancy/ReentrancyInit.test.ts",
"test:foundry": "forge test --no-match-test Skip -vvv --gas-report > gasreport.ansi",
"test:importRequire": "npm run build:js && ./tests/importRequire.sh",
"test:turbo": "turbo test"
},
"dependencies": {
Expand Down
148 changes: 0 additions & 148 deletions tests/importRequire.sh

This file was deleted.

0 comments on commit 607145a

Please sign in to comment.