5 lines
40 B
Bash
5 lines
40 B
Bash
|
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
go test -race ./...
|