Make sure the build happens in an executable environment (due to serde)
Some checks failed
Monorepo build / test-all (push) Failing after 1m11s
Monorepo build / build-flake (push) Successful in 6s

This commit is contained in:
2026-04-19 14:18:46 -04:00
parent 421526cc9c
commit f947a7a861

View File

@@ -25,6 +25,8 @@ jobs:
- name: Checkout repository code
uses: actions/checkout@v4
- name: Run repository tests
env:
CARGO_TARGET_DIR: /tmp/cargo-target
run: /run/current-system/sw/bin/nix --extra-experimental-features "nix-command flakes" develop --command bash -c "task test-all"
build-flake: