diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index 591957d3..f2209f8a 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -38,4 +38,4 @@ jobs: env: HF_TOKEN: ${{ secrets.HF_TOKEN }} - name: Rust tests. - run: nix build .#test --command cargo test + run: nix develop .#test --command cargo test