Skip to content

Commit 0bd21b7

Browse files
committed
re-enable CI runs (#2)
1 parent a951a94 commit 0bd21b7

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/main.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [main]
6-
pull_request:
7-
branches: [main]
4+
workflow_dispatch: {}
5+
push: {}
6+
pull_request: {}
87

98
defaults:
109
run:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"build:types:preview2-shim": "cargo xtask generate wasi-types",
5757
"lint": "eslint -c eslintrc.cjs src/**/*.js packages/*/lib/**/*.js",
5858
"test:lts": "mocha -u tdd test/test.js --timeout 30000",
59-
"test": "node --stack-trace-limit=100 --experimental-wasm-multi-memory node_modules/mocha/bin/mocha.js -u tdd test/test.js --timeout 30000",
59+
"test": "node --stack-trace-limit=100 node_modules/mocha/bin/mocha.js -u tdd test/test.js --timeout 120000",
6060
"prepublishOnly": "cargo xtask build release && npm run test"
6161
},
6262
"files": [

0 commit comments

Comments
 (0)