feat(list): update pipeline to execute tests
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Rick Barenthin 2022-02-07 23:31:50 +01:00
parent 0cf7cb79af
commit dc35fd79aa

View File

@ -35,6 +35,9 @@ steps:
- name: Run tests
image: registry.riba-interactive.de/alpine-build:latest
commands:
- cmake -S. -Bbuild
- cd build
- cmake --build
- ctest
trigger: