Issue #101 unit test (should fail)

This commit is contained in:
2024-09-11 18:31:08 -05:00
committed by Celtic Minstrel
parent 38de505723
commit 34b7eb9a76
20 changed files with 20225 additions and 15 deletions

View File

@@ -58,7 +58,7 @@
},
{
name: build and unit test,
run: ./.github/workflows/scripts/mac/scons-build.sh
run: ./.github/workflows/scripts/mac/scons-build.sh test=true
}
]
},
@@ -153,7 +153,7 @@
},
{
name: build and unit test,
run: '.\.github\workflows\scripts\win\scons-build.bat'
run: '.\.github\workflows\scripts\win\scons-build.bat test=true'
},
{
name: warn about failure to launch tests,