diff --git a/.ci-mgmt.yaml b/.ci-mgmt.yaml index 0eaef411..5e6afc5c 100644 --- a/.ci-mgmt.yaml +++ b/.ci-mgmt.yaml @@ -21,9 +21,6 @@ plugins: actions: preTest: - - name: make upstream - run: | - make upstream - name: Run provider tests run: | cd provider && go test -v -json -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 908bfcc1..ee3bba8f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,9 +82,6 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} version: v2.5.0 - - name: make upstream - run: | - make upstream - name: Run provider tests run: | cd provider && go test -v -json -count=1 -cover -timeout 2h -tags=${{ matrix.language }} -parallel 4 . 2>&1 | tee /tmp/gotest.log | gotestfmt