Skip to content

Commit

Permalink
ci: increase mocha timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Francisco de Borja Aranda Castillejo <borja@zetachain.com>
  • Loading branch information
Francisco de Borja Aranda Castillejo committed Jul 12, 2024
1 parent 946bbce commit 0ad9471
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"
registry-url: "https://registry.npmjs.org"

- name: Install Foundry
Expand All @@ -35,6 +35,9 @@ jobs:
- name: Install Dependencies
run: yarn install

- name: Build project
run: yarn build

- name: Test (hardhat)
run: yarn test

Expand All @@ -43,6 +46,3 @@ jobs:

- name: Test v2 (forge)
run: yarn test:forge



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"prepublishOnly": "yarn build",
"test": "npx hardhat test",
"test:forge": "forge test -vvv",
"test:prototypes": "yarn compile && npx hardhat test test/prototypes/*",
"test:prototypes": "npx hardhat test test/prototypes/*",
"tsc:watch": "npx tsc --watch",
"worker": "npx hardhat run scripts/worker.ts --network localhost"
},
Expand Down
1 change: 0 additions & 1 deletion slither.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"compile_force_framework": "foundry",
"detectors_to_exclude": "",
"filter_paths": "forge-std,artifacts,cache,data,dist,docs,lib,node_modules,pkg,scripts,tasks,test,testing,typechain-types"
}

0 comments on commit 0ad9471

Please sign in to comment.