🚧 CI: update path to tests

This commit is contained in:
Vladislav Nepogodin 2024-06-26 01:59:49 +04:00
parent 6a20590e9d
commit 16e759ee38
No known key found for this signature in database
GPG Key ID: B62C3D10C54D5DA9

View File

@ -36,8 +36,8 @@ jobs:
run: |
cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
cd ${{github.workspace}}/build
./tests/test-initcpio
./tests/test-pacmanconf
./gucc/tests/test-initcpio
./gucc/tests/test-pacmanconf
shell: bash
build-cmake_withoutdev:
name: Build with CMake (DEVENV OFF)
@ -80,8 +80,8 @@ jobs:
run: |
meson compile -C ${{github.workspace}}/build
cd ${{github.workspace}}/build
./tests/test-initcpio
./tests/test-pacmanconf
./gucc/tests/test-initcpio
./gucc/tests/test-pacmanconf
shell: bash
build-meson_withoutdev:
name: Build with Meson (DEVENV OFF)