ci: don't run gtk tests in CI

This commit is contained in:
Mitchell Hashimoto
2023-09-18 15:46:57 -07:00
parent ed0a2ecfc4
commit 90b5fdeede
3 changed files with 2 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- name: test
run: nix develop -c zig build test
run: nix develop -c zig build -Dapp-runtime=none test
- name: Test GTK Build
run: nix develop -c zig build -Dapp-runtime=gtk