Commit 13d5197c authored by Eric Myhre's avatar Eric Myhre

Fix CI configuration.

...to actually run tests.

Ow.

(You can tell I don't really look to travis for meaningful results.)

I am embarrassed to say I ripped out the *actual* running of tests
back during 804a1336, when cleaning
up codecov tools.

Thanks to @mvdan for looking at the CI and CI config!
parent 8567f995
...@@ -16,4 +16,4 @@ install: ...@@ -16,4 +16,4 @@ install:
before_script: before_script:
- go fmt ./... - go fmt ./...
- go build ./... - go build ./...
- go test -run xxxx ./... - go test ./...
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment