Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c29556

Browse filesBrowse files
committed
Run gopherjs test ... from GHA
1 parent d12c96d commit 8c29556
Copy full SHA for 8c29556

File tree

1 file changed

+10
-0
lines changed
Filter options

1 file changed

+10
-0
lines changed

‎.github/workflows/tests.yml

Copy file name to clipboardExpand all lines: .github/workflows/tests.yml
+10Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,13 @@ jobs:
126126
- name: Go Repository tests
127127
run: |
128128
go test -v github.com/gopherjs/gopherjs/tests/gorepo
129+
- name: gopherjs test ...
130+
if: matrix.os == 'ubuntu-latest'
131+
run: |
132+
set -e
133+
ulimit -s 10000
134+
PACKAGE_NAMES=$( \
135+
GOOS=js GOARCH=ecmascript go list std github.com/gopherjs/gopherjs/js/... github.com/gopherjs/gopherjs/tests/... \
136+
| grep -v -x -f .std_test_pkg_exclusions \
137+
)
138+
gopherjs test -p 2 --minify -v --short $PACKAGE_NAMES

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.