Skip to content

Commit 8c07835

Browse files
committed
Allow-run for all not just deno
1 parent cbb57bf commit 8c07835

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/verify.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17+
1718
runs-on: ${{ matrix.os }}
1819

1920
steps:
@@ -39,5 +40,6 @@ jobs:
3940

4041
- name: test
4142
run: deno task test
43+
4244
- name: test:node
4345
run: deno task test:node

0 commit comments

Comments
 (0)