Skip to content

Commit

Permalink
use go test ./... for pre-commit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Jones committed Mar 28, 2019
1 parent 45f4245 commit e9a84aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_tests_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ docker run -it \
-v "${PWD}/../control-tower-ops:/mnt/control-tower-ops" \
engineerbetter/pcf-ops \
bash -xc \
'cp -r /mnt/control-tower* .; ./control-tower/ci/tasks/lint.sh && cd ${GOPATH}/src/github.com/EngineerBetter/control-tower && ginkgo -r'
'cp -r /mnt/control-tower* .; ./control-tower/ci/tasks/lint.sh && cd ${GOPATH}/src/github.com/EngineerBetter/control-tower && go test ./...'

0 comments on commit e9a84aa

Please sign in to comment.