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