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