tests: run unit tests before integration tests

This commit is contained in:
Jakob Unterwurzacher 2015-11-01 00:57:59 +01:00
parent 3e013e0d91
commit 73fa8efdb2
1 changed files with 5 additions and 3 deletions

View File

@ -2,9 +2,11 @@
set -eux
go build
go test
cd cryptfs
go build
go test
cd ..
go build
go test