mirror of
https://github.com/tailscale/tailscale.git
synced 2025-02-18 02:48:40 +00:00
.github/workflows: windows-race: print gcc version
Signed-off-by: James Tucker <james@tailscale.com>
This commit is contained in:
parent
2d65c1a950
commit
c88bd53b1b
3
.github/workflows/windows-race.yml
vendored
3
.github/workflows/windows-race.yml
vendored
@ -43,6 +43,9 @@ jobs:
|
|||||||
# TODO(raggi): add a go version here.
|
# TODO(raggi): add a go version here.
|
||||||
key: ${{ runner.os }}-go-2-race-${{ hashFiles('**/go.sum') }}
|
key: ${{ runner.os }}-go-2-race-${{ hashFiles('**/go.sum') }}
|
||||||
|
|
||||||
|
- name: Print toolchain details
|
||||||
|
run: gcc -v
|
||||||
|
|
||||||
- name: Test with -race flag
|
- name: Test with -race flag
|
||||||
# Don't use -bench=. -benchtime=1x.
|
# Don't use -bench=. -benchtime=1x.
|
||||||
# Somewhere in the layers (powershell?)
|
# Somewhere in the layers (powershell?)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user