chore: speed up builds by breaking out dev-container again

This commit is contained in:
41666 2020-10-11 06:26:26 -04:00
parent 2bb7d8666d
commit 9e6a942018
6 changed files with 1 additions and 5 deletions

View file

@ -27,7 +27,7 @@ jobs:
"${GITHUB_WORKSPACE}/bin/bazel" test \
--stamp \
--workspace_status_command hack/workspace_status.sh \
//src/...
//src/... //hack/...
- name: Docker Login
run: |