github actions

add GO111MODULE=on to env
#19
This commit is contained in:
Nick Sherron 2021-01-07 12:56:20 -05:00 committed by GitHub
parent 90430c809a
commit 715377693c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,3 +18,5 @@ jobs:
&& docker run -d --net=host postgres \
&& go test github.com/nicksherron/bashhub-server/internal \
-postgres-uri "postgres://postgres:@localhost:5432?sslmode=disable"
env:
GO111MODULE: on