diff --git a/.github/workflows/releaseTest.yml b/.github/workflows/releaseTest.yml index 53d000deed..8235e0c420 100644 --- a/.github/workflows/releaseTest.yml +++ b/.github/workflows/releaseTest.yml @@ -44,4 +44,4 @@ jobs: - name: Run Golang Update Function run: | cd integration/test/performancetest - go test -run TestUpdateCommit -p 1 -timeout 30m -v --tags=integration \ No newline at end of file + go test -run TestUpdateCommit -p 1 -v --tags=integration IS_RELEASE=true \ No newline at end of file