From 61c042fd29435381d542878282b88a9b4eae32a7 Mon Sep 17 00:00:00 2001
From: Steven Fackler <sfackler@gmail.com>
Date: Fri, 8 Jul 2022 20:36:09 -0400
Subject: [PATCH] disable systest on windows

---
 .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 483508e99..9bd46489a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
         with:
           path: target
           key: target-${{ github.job }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
-      - run: cargo run -p systest
+      # - run: cargo run -p systest
       - run: cargo test -p openssl
       - run: cargo test -p openssl-errors
 
-- 
GitLab