fix test perchance

This commit is contained in:
grumbulon 2023-03-08 19:42:34 -05:00
parent ce83e61f9b
commit 8734ef38d0
2 changed files with 2 additions and 2 deletions

View File

@ -27,6 +27,7 @@ steps:
- name: 'test'
image: golang:1.20
commands:
- cp config.sample.yaml config.yaml
- 'make test-backend'
depends_on:
- 'cache'

View File

@ -2,5 +2,4 @@ server: example.com # does nothing yet
hashingsecret: PasswordHashingSecret
port: 3008 # port the server runs on
db: pomme.sqlite
testdb: test.sqlite
zonedir: zones
zonedir: zones