From 1870a0d20fc1beee4bbc9e73f5712a6edecf7b71 Mon Sep 17 00:00:00 2001 From: Steve Fan <29133953+stevefan1999-personal@users.noreply.github.com> Date: Mon, 31 Aug 2020 01:46:31 +0800 Subject: [PATCH] no need for gorm cache --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5cdfd24d..f09c24d4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -218,4 +218,4 @@ jobs: key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('go.mod') }} - name: Tests - run: GORM_ENABLE_CACHE=true GORM_DIALECT=oracle GORM_DSN="gorm/gorm@localhost:9940/XEPDB1" ./tests/tests_all.sh \ No newline at end of file + run: GORM_DIALECT=oracle GORM_DSN="gorm/gorm@localhost:9940/XEPDB1" ./tests/tests_all.sh \ No newline at end of file