ci typos fix

This commit is contained in:
Václav Šmejkal 2024-02-18 11:25:31 +01:00
parent 2837ace7f4
commit 45afe8443a
Signed by: ENGO150
GPG Key ID: 4A57E86482968843

View File

@ -47,5 +47,5 @@ why2-core-test:
- make install BYPASS_CHECK=true # Install WHY2
- make test_core # Build WHY2 Test
- ./$CORE_OUTPUT # Test Lib
- $APP # Test App
- $VALGRIND $APP # Test Lib by Valgrind
- $CORE_APP # Test App
- $VALGRIND $CORE_OUTPUT # Test Lib by Valgrind