ci: fix failing tests
Some checks failed
Test / Test (push) Failing after 6m10s

This commit is contained in:
Kim, Jimin 2025-06-01 20:00:21 +09:00
parent bdddf3c84a
commit 6eb9129e9b
Signed by: pomp
GPG key ID: D3932F82A0667A3B

View file

@ -17,7 +17,7 @@ jobs:
- uses: cachix/install-nix-action@v31 - uses: cachix/install-nix-action@v31
with: with:
extra_nix_config: extra_nix_config:
sandbox = true sandbox = false # https://github.com/NixOS/nix/issues/11295#issue-2465024678
- run: nix profile install nixpkgs#devenv - run: nix profile install nixpkgs#devenv
- uses: rharkor/caching-for-turbo@v1.8 - uses: rharkor/caching-for-turbo@v1.8
- name: Run tests - name: Run tests