Added automatic testing of defined package list
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
parent
4df24805eb
commit
22e7517839
@ -70,12 +70,12 @@ steps:
|
||||
CGO_ENABLED: "0"
|
||||
GOOS: linux
|
||||
GOARCH: amd64
|
||||
- name: test with redis
|
||||
- name: test with redis and package list
|
||||
image: registry.odit.services/hub/library/redis:7-alpine3.16
|
||||
commands:
|
||||
- redis-server & ./build &
|
||||
- sleep 5
|
||||
- wget http://127.0.0.1:8080/axios
|
||||
- xargs wget -O /dev/null <testing/packages.txt
|
||||
environment:
|
||||
CGO_ENABLED: "0"
|
||||
GOOS: linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user