CI: reset env var to disable testing with S3 object storage

This commit is contained in:
Sonja Happ 2021-02-08 12:31:32 +01:00
parent 37976b388e
commit 968a3d85a0

View file

@ -95,7 +95,7 @@ test:
- go tool cover -func=testcover.txt
# test file package without S3 object storage (minio)
- cd routes/file
- go test -v -args -s3-endpoint="" -s3-bucket=""
- S3_BUCKET="" go test -v
- cd ../../
dependencies:
- build