Removing tests folder

This commit is contained in:
Janos Dobronszki
2020-10-15 16:59:45 +02:00
parent d86531e5e9
commit 9cd6b356bf
13 changed files with 1 additions and 399 deletions

View File

@@ -50,7 +50,7 @@ jobs:
bash services/tests/image/test-docker.sh
- name: Test Blog services
working-directory: services/tests
working-directory: services/test/integration
run: |
go clean -testcache && GOMAXPROCS=4 go test -timeout 15m --tags=blog -v ./...