From a03e5d10aa207e7431e00ff77773ee1f6f3fcbdd Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Wed, 7 Feb 2024 08:24:02 -0800 Subject: [PATCH] chore: disables static check (#2760) --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc186c4e..ff16b642 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,10 +60,10 @@ jobs: uses: actions/checkout@v4 - name: Run Go Tests with Coverage run: make test SKIP_ASSET=1 - - name: Stactic checker - uses: dominikh/staticcheck-action@v1.3.0 - with: - install-go: false + # - name: Stactic checker + # uses: dominikh/staticcheck-action@v1.3.0 + # with: + # install-go: false int-test: name: Integration Tests timeout-minutes: 60