implemented snake_case & non-root in workflows

This commit is contained in:
Václav Šmejkal 2024-01-24 12:03:15 +01:00
parent 5d443a0b74
commit 1c1b893e09
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
3 changed files with 5 additions and 5 deletions

View File

@ -59,10 +59,10 @@ jobs:
run: sudo apt install valgrind
- name: Install WHY2
run: sudo make install
run: make install
- name: Build WHY2 Test
run: make testCore
run: make test_core
- name: Test Lib
run: ./${{ matrix.output }}

View File

@ -59,10 +59,10 @@ jobs:
run: sudo apt install valgrind
- name: Install WHY2
run: sudo make install
run: make install
- name: Build WHY2 Test
run: make testLogger
run: make test_logger
- name: Test Lib
run: ./${{ matrix.output }}

View File

@ -53,7 +53,7 @@ jobs:
run: sudo ./${{ matrix.configure }}
- name: Install WHY2
run: sudo make install
run: make install
- name: Download WHY2 test project
run: curl -Lo ${{ matrix.test }}.c https://gist.github.com/ENGO150/d8419b6c31ffb68ebb930a5b41af8c73/raw