Update uber-go/goleak v1.2.1 => v1.3.0 - better built-in ignoring #2890
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: TC39 | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- master | |
pull_request: | |
paths: | |
- 'js/**' | |
- 'vendor/github.com/dop251/goja/**' | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
tc39: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Install Go | |
uses: actions/setup-go@v3 | |
with: | |
go-version: 1.21.x | |
check-latest: true | |
- name: Run tests | |
run: | | |
set -x | |
cd js/tc39 | |
sh checkout.sh | |
go test -timeout 1h |