Tests can now use config files #36

Merged
konrad merged 17 commits from tests/use-config into master 2018-12-18 16:01:48 +00:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit b729a3d53e - Show all commits

View File

@ -28,9 +28,6 @@ pipeline:
test:
image: vikunja/golang-build:latest
pull: true
environment:
GOPATH: /srv/app
TAGS: bindata sqlite
commands:
- make test
when: