6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
|
#!/bin/bash
|
||
|
#
|
||
|
# Run all the tests.
|
||
|
|
||
|
exec go test -tags 'acceptance fixtures' ./... $@
|