test: build all non-main modules for mobile (#1036)

Ensure that we don't break the build for mobile by doing a `go build`
for all of the non-main modules in the repo. Should hopefully catch
issues like #1035 sooner.
This commit is contained in:
Wade Simmons
2023-12-21 11:59:21 -05:00
committed by GitHub
parent 927ff4cc03
commit 3a221812f6
2 changed files with 10 additions and 1 deletions

View File

@@ -37,6 +37,9 @@ jobs:
- name: End 2 end
run: make e2evv
- name: Build test mobile
run: make build-test-mobile
- uses: actions/upload-artifact@v3
with:
name: e2e packet flow