diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 33dc4e448..abcae9698 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -27,13 +27,6 @@ jobs: # needs: check-if-duplicate-action # if: needs.check-if-duplicate-action.outputs.should_skip != 'true' runs-on: ubuntu-latest - - ## Currently prefer to run tests for a single static go version - # strategy: - # fail-fast: true - # matrix: - # go: ["stable"] # could be a good idea to consider oldstable as well - steps: - name: Check out code uses: actions/checkout@v3 diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 8b624042d..c28a4320b 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -50,6 +50,4 @@ jobs: - name: Run integration tests run: | - sudo su <