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