diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73cbf652d92..e56340bc7f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -233,3 +233,6 @@ jobs: env: EXTRA_BUILDTAGS: ${{ matrix.dmz }} run: sudo -E PATH="$PATH" -- make GOARCH=386 localunittest + + all-test: + needs: test cross-i386 diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index eb0746ef407..e654f386d02 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -234,3 +234,19 @@ jobs: cd tests/integration ./bootstrap-get-images.sh > get-images.sh git diff --exit-code + + validate-all: + needs: + - cfmt + - codespell + - commit + - compile-buildtags + - deps + - get-images + - go-fix + - keyring + - lint + - release + - shellcheck + - shfmt + - space-at-eol