fix: include .env files

This commit is contained in:
eric
2026-03-15 01:13:52 +01:00
parent 4b7ebb1536
commit 2a9bd09aa4

View File

@@ -75,6 +75,11 @@
' "$README" > "$TMP" && mv "$TMP" "$README" ' "$README" > "$TMP" && mv "$TMP" "$README"
''; '';
} }
{
run.script = ''
bazel test //tests/... >/dev/null
'';
}
]; ];
postVersion = '' postVersion = ''