Unverified Commit eab68e77 authored by Niels Lohmann's avatar Niels Lohmann Committed by GitHub

👷 add test step

parent 90c1c24c
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment