Added delay
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2023-02-25 17:51:02 +01:00
parent d148f54604
commit 582715bc11

View File

@@ -73,9 +73,9 @@ steps:
- name: test with redis
image: registry.odit.services/hub/library/redis:7-alpine3.16
commands:
- redis-server &
- ./build &
- wget http://localhost:8080/axios
- redis-server & ./build &
- sleep 5
- wget http://127.0.0.1:8080/axios
environment:
CGO_ENABLED: "0"
GOOS: linux