From 6979f91de5391b18c6df51446da6cea4c1932187 Mon Sep 17 00:00:00 2001 From: Ankur Banerjee Date: Tue, 28 Jan 2025 10:38:06 +0100 Subject: [PATCH] Remove skipping identity tests --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a023963b..41cd0976e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -286,7 +286,7 @@ jobs: - name: Run pricing integration tests after successful param change proposal working-directory: ./tests/integration run: | - ginkgo -r --tags integration --race --randomize-suites --keep-going --trace --skip-file cli_diddoc_test.go --skip-file cli_diddoc_negative_test.go --skip-file cli_resource_test.go --skip-file cli_resource_negative_test.go --skip-file cli_defi_test.go --junit-report ../../report-pricing-change.xml + ginkgo -r --tags integration --race --randomize-suites --keep-going --trace --skip-file cli_defi_test.go --junit-report ../../report-pricing-change.xml - name: Upload pricing change tests result uses: actions/upload-artifact@v4