From c7c6dffe7a7e1856a676e81aef01cb4db8ed9d87 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Mon, 8 Nov 2021 16:39:27 -0800 Subject: [PATCH] Tweak CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58804f9..054bbf6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: matrix: os: [ ubuntu-latest ] pyver: [ 3.6, 3.7, 3.8, 3.9, pypy3 ] - redismod: [ "preview" ] # Removed "edge" because it's broken currently + redismod: [ "preview" ] fail-fast: false services: redis: