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:
commit
b4d4dcd9f6
|
@ -45,7 +45,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||||
- run: make build
|
- 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:
|
test_ui:
|
||||||
name: UI tests
|
name: UI tests
|
||||||
|
|
Loading…
Reference in New Issue