Skip to content

Commit

Permalink
[CI] fix slow path test
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Jun 10, 2020
1 parent 0cbc63d commit 0d4e9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
CFLAGS: "-fsanitize=address ${{matrix.opt}} ${{ matrix.path }} -DPOLY1305_${{matrix.poly}}BIT -DTEST_SLOW_PATH"
run: make clean test

0 comments on commit 0d4e9b8

Please sign in to comment.