Skip to content

Commit b9cae14

Browse files
committed
ci: clarify some test labels
1 parent fe9b711 commit b9cae14

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: go vet
6464
run: go vet ./cmd/... ./internal/... ./pkg/...
6565

66-
- name: Deno Tests
66+
- name: Deno Tests (non-Windows)
6767
# Deno tests currently don't run on Windows because of "esbuild" vs.
6868
# "esbuild.exe" in the test harness. This should be fixed...
6969
if: matrix.os != 'windows-latest'
@@ -73,7 +73,7 @@ jobs:
7373
if: matrix.os == 'ubuntu-latest'
7474
run: make no-filepath
7575

76-
- name: Make sure "check-go-version" works
76+
- name: Make sure "check-go-version" works (non-Windows)
7777
if: matrix.os != 'windows-latest'
7878
run: make check-go-version
7979

@@ -84,7 +84,7 @@ jobs:
8484
- name: npm ci
8585
run: cd scripts && npm ci
8686

87-
- name: Register Test (ESBUILD_WORKER_THREADS=0)
87+
- name: Register Test (ESBUILD_WORKER_THREADS=0, non-Windows)
8888
if: matrix.os != 'windows-latest'
8989
run: ESBUILD_WORKER_THREADS=0 node scripts/register-test.js
9090

@@ -97,7 +97,7 @@ jobs:
9797
- name: E2E Tests
9898
run: node scripts/end-to-end-tests.js
9999

100-
- name: JS API Tests (ESBUILD_WORKER_THREADS=0)
100+
- name: JS API Tests (ESBUILD_WORKER_THREADS=0, non-Windows)
101101
if: matrix.os != 'windows-latest'
102102
run: ESBUILD_WORKER_THREADS=0 node scripts/js-api-tests.js
103103

@@ -122,11 +122,11 @@ jobs:
122122
if: matrix.os == 'ubuntu-latest'
123123
run: make test-wasm-browser
124124

125-
- name: WebAssembly API Tests (node)
125+
- name: WebAssembly API Tests (node, Linux)
126126
if: matrix.os == 'ubuntu-latest'
127127
run: make test-wasm-node
128128

129-
- name: WebAssembly API Tests (node)
129+
- name: WebAssembly API Tests (node, non-Linux)
130130
if: matrix.os != 'ubuntu-latest'
131131
run: node scripts/wasm-tests.js
132132

0 commit comments

Comments
 (0)