revert 4 test
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Nicolai Ort 2023-02-25 18:01:56 +01:00
parent 22e7517839
commit 718dfb59dd
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F

View File

@ -70,12 +70,12 @@ steps:
CGO_ENABLED: "0"
GOOS: linux
GOARCH: amd64
- name: test with redis and package list
- name: test with redis
image: registry.odit.services/hub/library/redis:7-alpine3.16
commands:
- redis-server & ./build &
- sleep 5
- xargs wget -O /dev/null <testing/packages.txt
- wget http://localhost:8080/axios
environment:
CGO_ENABLED: "0"
GOOS: linux