mirror of
https://github.com/nlohmann/json.git
synced 2025-08-07 18:02:57 +03:00
👷 add test step
This commit is contained in:
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user