From 81b41e27645b7b3a9c41039960514f725dcbb4a7 Mon Sep 17 00:00:00 2001 From: Laurent Rene de Cotret Date: Wed, 21 Aug 2024 11:23:26 -0400 Subject: [PATCH] Test with and without `binary` flag --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 49b80f2..342b201 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,8 +19,7 @@ jobs: - "9.10.1" flags: - "" # base case - # Only activate after #224 has landed - # - "+binary" + - "+binary" steps: - uses: actions/checkout@v4