File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
3
3
on :
4
- push :
5
- branches : [main]
6
- pull_request :
7
- branches : [main]
4
+ workflow_dispatch : {}
5
+ push : {}
6
+ pull_request : {}
8
7
9
8
defaults :
10
9
run :
Original file line number Diff line number Diff line change 56
56
"build:types:preview2-shim" : " cargo xtask generate wasi-types" ,
57
57
"lint" : " eslint -c eslintrc.cjs src/**/*.js packages/*/lib/**/*.js" ,
58
58
"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 " ,
60
60
"prepublishOnly" : " cargo xtask build release && npm run test"
61
61
},
62
62
"files" : [
You can’t perform that action at this time.
0 commit comments