test
All checks were successful
Gentoo Utils / fuzz (push) Successful in 1m10s
Gentoo Utils / build-oci-image (push) Successful in 20s
Gentoo Utils / grep (push) Successful in 4s
Gentoo Utils / build (push) Successful in 28s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / docs (push) Successful in 23s

This commit is contained in:
2025-12-27 16:54:59 -06:00
parent 45e22be6e7
commit c08a29013d

View File

@@ -132,7 +132,9 @@ jobs:
- name: test
run: |
ls
if ! [[ -d build ]]; then
echo "CALLING MESON BUILD WE SHOULDNT GET HERE"
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
fi
meson compile -C build