From 9c91ea41b1987d73b9cbb7e569bb1f1e640a4110 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Tue, 15 Aug 2023 19:19:36 +0200 Subject: [PATCH] ci: Enable ellswift module where it's missing --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index e3cb9ff00..57280fdfe 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -104,6 +104,7 @@ task: ECDH: yes RECOVERY: yes SCHNORRSIG: yes + ELLSWIFT: yes matrix: - env: CC: i686-linux-gnu-gcc @@ -224,6 +225,7 @@ task: ECDH: yes RECOVERY: yes SCHNORRSIG: yes + ELLSWIFT: yes CTIMETESTS: no matrix: - name: "x86_64 (mingw32-w64): Windows (Debian stable, Wine)" @@ -330,6 +332,7 @@ task: ECDH: yes RECOVERY: yes SCHNORRSIG: yes + ELLSWIFT: yes CTIMETESTS: yes CC: clang SECP256K1_TEST_ITERS: 32