From aa24f9fab05169a2587b2045a2f5422c1e261206 Mon Sep 17 00:00:00 2001 From: Menachem Manasherov Date: Tue, 20 Jan 2026 17:45:03 +0200 Subject: [PATCH] Remove install_bashi option Removed 'install_bashi' option --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3d666140..a9b3ef54 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,7 +50,6 @@ jobs: with: github_token: ${{secrets.GITHUB_TOKEN}} fastci_otel_token: ${{ secrets.FASTCI_TOKEN }} - install_bashi: true enabled_optimizations: 'go_test_junit_optimization' - name: Setup Go with cache @@ -340,4 +339,4 @@ jobs: # Test - name: Run tests - run: go test ${{ env.GO_COMMON_TEST_ARGS }} --test.git --ci.runId=${{ runner.os }}-sec-test \ No newline at end of file + run: go test ${{ env.GO_COMMON_TEST_ARGS }} --test.git --ci.runId=${{ runner.os }}-sec-test