ci: make sure to explicitly always test docgen

This commit is contained in:
Mitchell Hashimoto
2024-01-21 14:50:43 -08:00
parent c40fc51f2a
commit d569334fe9

View File

@ -201,7 +201,7 @@ jobs:
run: nix develop -c zig build -Dapp-runtime=none test
- name: Test GTK Build
run: nix develop -c zig build -Dapp-runtime=gtk -Dgtk-libadwaita=true
run: nix develop -c zig build -Dapp-runtime=gtk -Dgtk-libadwaita=true -Demit-docs
- name: Test GLFW Build
run: nix develop -c zig build -Dapp-runtime=glfw