6 lines
74 B
Bash
6 lines
74 B
Bash
#!/bin/bash
|
|
#
|
|
# Run the unit tests.
|
|
|
|
exec go test -tags fixtures ./... $@
|