File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1818 matrix :
1919 os : [windows-latest, macos-latest, ubuntu-latest]
2020 deno : [v1.x, v2.x, canary]
21- exclude :
22- - os : macos-latest
23- deno : v2.x
24- - os : macos-latest
25- deno : canary
2621
2722 name : Deno ${{ matrix.deno }} on ${{ matrix.os }}
2823
Original file line number Diff line number Diff line change 1212 "benchmark:tatami-ng" : " deno run -A ./benchmarks/internal/bench.mjs -t tatami-ng" ,
1313 "benchmark:tatami-ng:debug" : " deno run -A --inspect ./benchmarks/internal/bench.mjs -t tatami-ng" ,
1414 "bundle" : " deno run -A bundle.ts" ,
15- "test" : " ENVIRONMENT=test deno test -A --parallel " ,
16- "test:coverage" : " ENVIRONMENT=test deno test -A --parallel -- coverage=./coverage" ,
15+ "test" : " ENVIRONMENT=test deno test -A" ,
16+ "test:coverage" : " ENVIRONMENT=test deno test -A --coverage=./coverage" ,
1717 "test:debug" : " ENVIRONMENT=test deno test -A --inspect" ,
1818 "coverage" : " deno coverage ./coverage" ,
1919 "coverage:report" : " deno coverage ./coverage --lcov --output=./coverage/lcov.info" ,
You can’t perform that action at this time.
0 commit comments