Browse Source

Merge pull request #13739 from bboreham/no-race-prev-go

CI: don't run race-detector on tests with previous Go version
pull/13749/head
Julien 9 months ago committed by GitHub
parent
commit
b4d4dcd9f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/ci.yml

3
.github/workflows/ci.yml

@ -45,7 +45,8 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: make build
- run: make test GO_ONLY=1
# Don't run NPM build; don't run race-detector.
- run: make test GO_ONLY=1 test-flags=""
test_ui:
name: UI tests

Loading…
Cancel
Save