test
All checks were successful
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 9s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / docs (push) Successful in 23s
Gentoo Utils / fuzz (push) Successful in 1m18s

This commit is contained in:
2025-12-27 16:58:48 -06:00
parent c08a29013d
commit 7b0c67e9ea

View File

@@ -132,11 +132,6 @@ 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
ninja test -C build