1 Commits

Author SHA1 Message Date
5019e2127f test
Some checks failed
Gentoo Utils / build-oci-image (push) Successful in 22s
Gentoo Utils / grep (push) Successful in 5s
Gentoo Utils / build (push) Successful in 28s
Gentoo Utils / check-format (push) Successful in 8s
Gentoo Utils / docs (push) Failing after 12s
Gentoo Utils / test (push) Successful in 28s
Gentoo Utils / fuzz (push) Successful in 1m19s
2025-12-27 16:23:10 -06:00

View File

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