👷 add test step

pull/1744/head
Niels Lohmann 2019-09-02 22:15:11 +02:00 committed by GitHub
parent 90c1c24ccb
commit eab68e7750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -13,5 +13,7 @@ jobs:
run: mkdir build
- name: cmake
run: cd build ; cmake ..
- name: make
- name: build
run: make -C build
- name: test
run: cd build ; ctest -j 10