File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,13 +131,13 @@ jobs:
131
131
run :
132
132
set -e
133
133
ulimit -s 10000
134
- PACKAGE_NAMES=$(GOOS=js GOARCH=wasm go list std github.com/gopherjs/gopherjs/js/... github.com/gopherjs/gopherjs/tests/... \ | grep -v -x -f .std_test_pkg_exclusions)
134
+ PACKAGE_NAMES=$(GOOS=js GOARCH=ecmascript go list std github.com/gopherjs/gopherjs/js/... github.com/gopherjs/gopherjs/tests/... \ | grep -v -x -f .std_test_pkg_exclusions)
135
135
gopherjs test -p 2 --minify -v --short $PACKAGE_NAMES
136
136
- name : gopherjs test ...
137
137
if : matrix.os == 'windows-latest'
138
138
run :
139
139
$ErrorActionPreference = "Stop"
140
140
$env:GOOS = "js"
141
- $env:GOARCH = "wasm "
141
+ $env:GOARCH = "ecmascript "
142
142
$PACKAGE_NAMES = go list std github.com/gopherjs/gopherjs/js/... github.com/gopherjs/gopherjs/tests/... | Where-Object { $_ -notmatch (Get-Content .std_test_pkg_exclusions) }
143
143
gopherjs test -p 2 --minify -v --short $PACKAGE_NAMES
You can’t perform that action at this time.
0 commit comments