From 201f0b0eab3d11bc0aa5afd4964e23112ddecac6 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 5 Sep 2025 17:29:53 -0400 Subject: [PATCH] actions: remove unit tests no longer in use --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d71ee6f0..9d0522fa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -588,7 +588,6 @@ jobs: - name: Basic Tests all jobs id: basictests run: | - $PYTHON -m unittest discover --start-directory ./ --pattern "*_test.py" --buffer || if [ $? != 5 ]; then exit $?; fi # exit 5 is no tests $gam version extended nooffseterror export GAMVERSION=$($gam version simple) echo "GAM Version ${GAMVERSION}"