Add test to stages

This commit is contained in:
Jack Christensen 2024-08-19 08:38:22 -04:00
parent 229271fe0f
commit 3d6bfa60a8
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ image: jmchr/opengl-test-env:latest
# Define the stages of your pipeline
stages:
- build
- test
variables:
VCPKG_ROOT: "/vcpkg"