brewlog/tests
Jon Seager c7ea7420ae
fix(tests): use CARGO_BIN_EXE for binary path in CLI tests
The CLI tests hardcoded target/debug/brewlog, but nix builds in
release mode. Use Cargo's CARGO_BIN_EXE_brewlog env var which
automatically points to the correct binary location.

This enables running tests during nix build (removes doCheck = false).
2026-02-02 17:37:04 +00:00
..
cli fix(tests): use CARGO_BIN_EXE for binary path in CLI tests 2026-02-02 17:37:04 +00:00
server refactor(gear): remove notes field from Gear entity 2026-02-02 16:16:54 +00:00