integration: update test path for integration tests

This commit is contained in:
Caleb Doxsey 2020-04-28 07:38:32 -06:00
parent 33b30a87b1
commit 242c64ee97

View file

@ -131,4 +131,4 @@ jobs:
run: |
./scripts/build-dev-docker.bash
- name: test
run: go test -v
run: go test -v ./integration/...