.github/workflows: windows-race: print gcc version

Signed-off-by: James Tucker <james@tailscale.com>
pull/4937/head
James Tucker 2022-06-24 14:23:25 -07:00 committed by James Tucker
parent 2d65c1a950
commit c88bd53b1b
1 changed files with 3 additions and 0 deletions

View File

@ -43,6 +43,9 @@ jobs:
# TODO(raggi): add a go version here.
key: ${{ runner.os }}-go-2-race-${{ hashFiles('**/go.sum') }}
- name: Print toolchain details
run: gcc -v
- name: Test with -race flag
# Don't use -bench=. -benchtime=1x.
# Somewhere in the layers (powershell?)