test
All checks were successful
Gentoo Utils / build-oci-image (push) Successful in 21s
Gentoo Utils / grep (push) Successful in 4s
Gentoo Utils / check-format (push) Successful in 10s
Gentoo Utils / test (push) Successful in 30s
Gentoo Utils / docs (push) Successful in 24s
Gentoo Utils / build (push) Successful in 28s
Gentoo Utils / fuzz (push) Successful in 1m15s

This commit is contained in:
2025-12-27 16:23:10 -06:00
parent f5ae082dd4
commit 45e22be6e7

View File

@@ -132,7 +132,9 @@ jobs:
- name: test
run: |
[ -d build ] || meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
if ! [[ -d build ]]; then
meson setup -Dfuzz=enabled -Dtests=enabled -Dbuildtype=debugoptimized -Ddocs=enabled build
fi
meson compile -C build
ninja test -C build
@@ -217,8 +219,8 @@ jobs:
- name: Build Documentation
run: |
[ -d build ] || meson setup -Ddocs=enabled docs
ninja rustdoc -C docs
[ -d build ] || meson setup -Ddocs=enabled build
ninja rustdoc -C build
grep:
runs-on: gentoo