Updated Github actions yml files

This commit is contained in:
John Wellbelove 2023-05-08 09:20:43 +01:00
parent 228cc04fd2
commit e61adcc51d

View File

@ -69,7 +69,7 @@ jobs:
MSBuild.exe .\etl.sln
- name: Run tests
run: ./test/etl_tests
run: test/Debug/etl_tests.exe
build-windows-msvc-no-stl-force-cpp03:
name: Windows - No STL - Force C++03