8bdf05dae4
Our unit test command is going to get slighly more complex in a future revision. This should let us avoid having to sync the CI pipeline definition so many times. Signed-off-by: Matt Moyer <moyerm@vmware.com>
5 lines
40 B
Bash
Executable File
5 lines
40 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
go test -race ./...
|