From 0e26e95965f6fd8ab50e393944d02d4b3651423b Mon Sep 17 00:00:00 2001 From: Daniel Weber Date: Sat, 5 Oct 2024 17:38:07 -0400 Subject: [PATCH] Adding test step to pipeline --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 784c4a4..487979a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,4 +44,8 @@ steps: commands: - cmake -S . -B build - cmake --build build + - name: test + image: git.pipsquire.com/djweber12/chess_board_sim:latest + commands: + - ./build/test/chess_test