fix integration

This commit is contained in:
6543 2023-02-10 02:07:31 +01:00
parent 0d855ac441
commit 146051c08a
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ fmt: tool-gofumpt
clean:
go clean ./...
rm -rf build/
rm -rf build/ integration/certs.sqlite integration/key-database.pogreb/ integration/acme-account.json
tool-golangci:
@hash golangci-lint> /dev/null 2>&1; if [ $? -ne 0 ]; then \