fix: bun install symlinks
Some checks failed
CI / test (ubuntu-latest, linux-x64) (push) Failing after 39s
Docs Pages / deploy (push) Failing after 33s
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:00:00 +01:00
parent 40d621d1cf
commit d04f489b0e
6 changed files with 61 additions and 15 deletions

View File

@@ -66,8 +66,7 @@
tests = {
enable = true;
entry = ''
bazel test //tests/... --test_output=errors
tests/install_test/workspace_parity.sh "$(command -v bun)"
${pkgs.bash}/bin/bash -ec 'bazel test //tests/... --test_output=errors && tests/install_test/workspace_parity.sh "$(command -v bun)"'
'';
pass_filenames = false;
stages = [ "pre-push" ];