1 Commits

Author SHA1 Message Date
2be0b16de7 test
All checks were successful
Gentoo Utils / grep (push) Successful in 4s
Gentoo Utils / build (push) Successful in 28s
Gentoo Utils / build-oci-image (push) Successful in 21s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / test (push) Successful in 29s
Gentoo Utils / docs (push) Successful in 23s
Gentoo Utils / fuzz (push) Successful in 1m11s
2025-12-27 16:43:00 -06:00

View File

@@ -133,7 +133,7 @@ jobs:
- name: test - name: test
run: | run: |
set -x set -x
ls build [ -d build ] || echo "build doesnt exist"
[ -d build ] || meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build [ -d build ] || meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
meson compile -C build meson compile -C build
ninja test -C build ninja test -C build