Update Makefile to take gui tests out of pipeline

This commit is contained in:
Mrockwell2 2024-12-11 12:17:10 -06:00 committed by GitHub
parent 9faa5f95a4
commit e339da61ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,7 +293,7 @@ premade:
################################################################################
# This target runs Trick's Unit-tests and simulation-tests.
test: unit_test sim_test gui_test
test: unit_test sim_test
@ echo "All tests completed sucessfully"
test32: sim_test32