Impure test because we need network.

This commit is contained in:
Nicolas Patry 2024-09-18 13:17:14 +02:00
parent d495a8ac3d
commit bf8e8b5307
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -38,4 +38,4 @@ jobs:
env: env:
HF_TOKEN: ${{ secrets.HF_TOKEN }} HF_TOKEN: ${{ secrets.HF_TOKEN }}
- name: Rust tests. - name: Rust tests.
run: nix build .#checks.$(nix eval --impure --raw --expr 'builtins.currentSystem').rust -L run: nix build .#test --command cargo test