fix: bun install symlinks 4
Some checks failed
CI / test (ubuntu-latest, linux-x64) (push) Failing after 31s
CI / test (macos-14, darwin-arm64) (push) Has been cancelled
CI / test (windows-latest, windows) (push) Has been cancelled

This commit is contained in:
eric
2026-03-07 00:34:14 +01:00
parent 9cbd027e7e
commit 81e9b93914

View File

@@ -66,7 +66,7 @@
tests = {
enable = true;
entry = ''
${pkgs.bash}/bin/bash -ec 'bazel test //tests/...'
bazel test //tests/...
'';
pass_filenames = false;
stages = [ "pre-push" ];