From 0d4e9b84c7f497e037e8981d28e70391b0c2eac2 Mon Sep 17 00:00:00 2001 From: Davy Landman Date: Wed, 10 Jun 2020 22:09:12 +0200 Subject: [PATCH] [CI] fix slow path test --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 9631671..f3571a6 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -40,5 +40,5 @@ jobs: - name: test slow env: - CFLAGS: "-fsanitize=address ${{matrix.opt}} ${{ matrix.path }} -DPOLY1305_${{matrix.poly}}BIT" - run: make clean test -DTEST_SLOW_PATH \ No newline at end of file + CFLAGS: "-fsanitize=address ${{matrix.opt}} ${{ matrix.path }} -DPOLY1305_${{matrix.poly}}BIT -DTEST_SLOW_PATH" + run: make clean test \ No newline at end of file