Skip to content

Commit

Permalink
re-enable CI runs (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Nov 25, 2024
1 parent a951a94 commit 0bd21b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: CI

on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch: {}
push: {}
pull_request: {}

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"build:types:preview2-shim": "cargo xtask generate wasi-types",
"lint": "eslint -c eslintrc.cjs src/**/*.js packages/*/lib/**/*.js",
"test:lts": "mocha -u tdd test/test.js --timeout 30000",
"test": "node --stack-trace-limit=100 --experimental-wasm-multi-memory node_modules/mocha/bin/mocha.js -u tdd test/test.js --timeout 30000",
"test": "node --stack-trace-limit=100 node_modules/mocha/bin/mocha.js -u tdd test/test.js --timeout 120000",
"prepublishOnly": "cargo xtask build release && npm run test"
},
"files": [
Expand Down

0 comments on commit 0bd21b7

Please sign in to comment.