Codebase list golang-github-vbauerster-mpb / 7041cb1
nameless run Vladimir Bauer 4 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2828 key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
2929 restore-keys: |
3030 ${{ runner.os }}-go-${{ matrix.go-version }}-
31 - name: Test
32 run: go test -race ./...
31 - run: go test -race ./...