move unit tests from image build to contrainer run

This commit is contained in:
Dominic Breuker
2018-03-09 08:55:49 +01:00
parent f4b2fdf6b6
commit 0e5d2ed39e
2 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
#!/bin/bash
# run unit tests
echo "[+] running unit tests"
sudo /bin/sh -c 'GOPATH=/go /usr/local/go/bin/go test ./...'
# run integration test
sudo cron -f &
sleep 1
sudo ps | grep cron 1>/dev/null