maintenance (test): init test assets

This commit is contained in:
= 2019-04-09 21:10:45 +10:00
parent 4370dfb8c7
commit 1294780b18

View file

@ -53,6 +53,7 @@ steps:
depends_on: [ test_prepare ] depends_on: [ test_prepare ]
commands: commands:
- apk --no-cache add git gcc libc-dev > /dev/null 2>&1 - apk --no-cache add git gcc libc-dev > /dev/null 2>&1
- cp ../test/assets/* /tmp/
- go get -t ../test/unit_go/... - go get -t ../test/unit_go/...
- go test -v ../test/unit_go/... - go test -v ../test/unit_go/...