Going for quiettest.

This commit is contained in:
Daniel Lemire 2019-02-22 15:48:51 -05:00
parent 021ded5cc8
commit 8415aa2d4c
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ jobs:
steps: steps:
- checkout - checkout
- run: make - run: make
- run: make test - run: make quiettest
- run: mkdir build && cd build && cmake .. && make && make test - run: mkdir build && cd build && cmake .. && make && make test