diff --git a/.github/workflows/test-f3.yaml b/.github/workflows/test-f3.yaml index 3a6973b9ec..fbc0d6a61a 100644 --- a/.github/workflows/test-f3.yaml +++ b/.github/workflows/test-f3.yaml @@ -14,11 +14,11 @@ jobs: go: - 1.22 test: -# - TestF3_Enabled -# - TestF3_Rebootstrap -# - TestF3_PauseAndRebootstrap -# - TestF3_Bootstrap - - 'TestF3_.+' + - TestF3_Enabled + - TestF3_Rebootstrap + - TestF3_PauseAndRebootstrap + - TestF3_Bootstrap +# - 'TestF3_.+' steps: - uses: actions/checkout@v4 with: @@ -27,4 +27,5 @@ jobs: - uses: ./.github/actions/install-go - uses: ./.github/actions/make-deps - name: Repeat ${{ matrix.test }} - run: go test -timeout 30m -count 50 -v --run='^TestF3_.+' --failfast ./itests \ No newline at end of file +# run: go test -timeout 30m -count 50 -v --run='^TestF3_.+' --failfast ./itests + run: go test -timeout 30m -count 50 -v --run='^{{ matrix.test }}$' --failfast ./itests \ No newline at end of file