ci: fix failing tests
Some checks failed
Test / Test (push) Failing after 8m48s

This commit is contained in:
Kim, Jimin 2025-06-01 20:40:59 +09:00
parent f4e83af810
commit f69963d67a
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -17,8 +17,8 @@ jobs:
- uses: cachix/install-nix-action@v31
with:
extra_nix_config: | # https://github.com/NixOS/nix/issues/11295
sandbox = true
- run: nix profile install nixpkgs#devenv
sandbox = false
- run: nix --option sandbox false profile install nixpkgs#devenv
- uses: rharkor/caching-for-turbo@v1.8
- name: Run tests
shell: devenv shell bash -- -e {0}