63
63
- name : go vet
64
64
run : go vet ./cmd/... ./internal/... ./pkg/...
65
65
66
- - name : Deno Tests
66
+ - name : Deno Tests (non-Windows)
67
67
# Deno tests currently don't run on Windows because of "esbuild" vs.
68
68
# "esbuild.exe" in the test harness. This should be fixed...
69
69
if : matrix.os != 'windows-latest'
73
73
if : matrix.os == 'ubuntu-latest'
74
74
run : make no-filepath
75
75
76
- - name : Make sure "check-go-version" works
76
+ - name : Make sure "check-go-version" works (non-Windows)
77
77
if : matrix.os != 'windows-latest'
78
78
run : make check-go-version
79
79
84
84
- name : npm ci
85
85
run : cd scripts && npm ci
86
86
87
- - name : Register Test (ESBUILD_WORKER_THREADS=0)
87
+ - name : Register Test (ESBUILD_WORKER_THREADS=0, non-Windows )
88
88
if : matrix.os != 'windows-latest'
89
89
run : ESBUILD_WORKER_THREADS=0 node scripts/register-test.js
90
90
97
97
- name : E2E Tests
98
98
run : node scripts/end-to-end-tests.js
99
99
100
- - name : JS API Tests (ESBUILD_WORKER_THREADS=0)
100
+ - name : JS API Tests (ESBUILD_WORKER_THREADS=0, non-Windows )
101
101
if : matrix.os != 'windows-latest'
102
102
run : ESBUILD_WORKER_THREADS=0 node scripts/js-api-tests.js
103
103
@@ -122,11 +122,11 @@ jobs:
122
122
if : matrix.os == 'ubuntu-latest'
123
123
run : make test-wasm-browser
124
124
125
- - name : WebAssembly API Tests (node)
125
+ - name : WebAssembly API Tests (node, Linux )
126
126
if : matrix.os == 'ubuntu-latest'
127
127
run : make test-wasm-node
128
128
129
- - name : WebAssembly API Tests (node)
129
+ - name : WebAssembly API Tests (node, non-Linux )
130
130
if : matrix.os != 'ubuntu-latest'
131
131
run : node scripts/wasm-tests.js
132
132
0 commit comments