From 886ad912da44a1598cb482ace82766d0cf19be24 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Tue, 2 Apr 2024 16:52:31 +0200 Subject: [PATCH] CI: Use db-ip.com for tests for now. Ideally should test both with MaxMind and db-ip and make MaxMind optional (which can happen due to their download quota). --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 43f88d1..3459ac8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,6 +23,7 @@ jobs: go: env: MAXMIND_GEOLITE2_LICENSE: ${{ secrets.MAXMIND_GEOLITE2_LICENSE }} + USE_DB_IP_GEOIP_DATABASE: "1" strategy: matrix: go-version: