From 7682f92afe831d25d33c8c250d5fbb91a0c64a56 Mon Sep 17 00:00:00 2001 From: akhilkumarpilli Date: Fri, 25 Oct 2024 14:57:26 +0530 Subject: [PATCH] fix test and remove workflow --- .github/workflows/test.yml | 31 ------------------- .../tx/{ => benchmark}/benchmarks_test.go | 2 +- 2 files changed, 1 insertion(+), 32 deletions(-) rename tests/integration/tx/{ => benchmark}/benchmarks_test.go (99%) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48c7e82a9677..490afee744dd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -113,37 +113,6 @@ jobs: name: "${{ github.sha }}-integration-coverage" path: ./tests/integration-profile.out - test-e2e: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: "1.23" - check-latest: true - cache: true - cache-dependency-path: go.sum - - uses: technote-space/get-diff-action@v6.1.2 - id: git_diff - with: - PATTERNS: | - **/*.go - go.mod - go.sum - **/go.mod - **/go.sum - **/Makefile - Makefile - - name: e2e tests - if: env.GIT_DIFF - run: | - make test-e2e-cov - - uses: actions/upload-artifact@v3 - if: env.GIT_DIFF - with: - name: "${{ github.sha }}-e2e-coverage" - path: ./tests/e2e-profile.out - test-system: # v2 system tests are in v2-test.yml runs-on: ubuntu-latest steps: diff --git a/tests/integration/tx/benchmarks_test.go b/tests/integration/tx/benchmark/benchmarks_test.go similarity index 99% rename from tests/integration/tx/benchmarks_test.go rename to tests/integration/tx/benchmark/benchmarks_test.go index de5454f70528..4d26bc3e3d53 100644 --- a/tests/integration/tx/benchmarks_test.go +++ b/tests/integration/tx/benchmark/benchmarks_test.go @@ -1,4 +1,4 @@ -package tx_test +package benchmark_test import ( "context"