fix: include .env files

This commit is contained in:
eric
2026-03-15 01:20:45 +01:00
parent 2a9bd09aa4
commit 2a25cfb91a
5 changed files with 6 additions and 6 deletions

View File

@@ -77,7 +77,7 @@
}
{
run.script = ''
bazel test //tests/... >/dev/null
bazel cquery //tests/... >/dev/null
'';
}
];