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

CI: don't run race-detector on tests with previous Go version
This commit is contained in:
Julien 2024-03-11 13:55:19 +01:00 committed by GitHub
commit b4d4dcd9f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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