Adding test step to pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Daniel Weber 2024-10-05 17:38:07 -04:00
parent b6beef7079
commit 0e26e95965

View File

@ -44,4 +44,8 @@ steps:
commands: commands:
- cmake -S . -B build - cmake -S . -B build
- cmake --build build - cmake --build build
- name: test
image: git.pipsquire.com/djweber12/chess_board_sim:latest
commands:
- ./build/test/chess_test