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

Move tests from CircleCI to GitHub Actions #1243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Run repo tests in GHA
  • Loading branch information
flimzy committed Nov 2, 2023
commit 2b219925f52e50d514efd28680ec87a286c866f6
3 changes: 3 additions & 0 deletions 3 .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,6 @@ jobs:
Set-Location C:\tmp\todomvc
gopherjs build -v -o C:\tmp\todomvc_gomod.js github.com/gopherjs/todomvc
gopherjs test -v github.com/gopherjs/todomvc/...
- name: Go Repository tests
run: |
go test -v github.com/gopherjs/gopherjs/tests/gorepo
Morty Proxy This is a proxified and sanitized view of the page, visit original site.