From 20d446722d55ec0c5f1587c82907d729c614fe15 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Thu, 18 May 2023 15:34:43 -0700 Subject: [PATCH] turn prtest:full on the hard way. will revert --- .github/workflows/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed4162267eb5..5b9559dcd364 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -132,6 +132,10 @@ jobs: env: GH_TOKEN: ${{ github.token }} run: | + # XXX PCH JUST FOR TESTING PR 6391, WHERE prtest:full DOES NOT WORK + run-full=true + test-capi=true + # XXX PCH touch commits.log names.log # Note that CI doesn't run on pushes to `main`, only pushes to merge # queue branches and release branches, so this only runs full CI in