Let's see what the issue is ?

This commit is contained in:
Nicolas Patry 2024-09-12 15:21:05 +02:00
parent 815449da74
commit 8e7c7c61f1
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@ on:
- "launcher/**"
- "Cargo.lock"
- "rust-toolchain.toml"
- "flake.nix"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
@ -32,6 +33,6 @@ jobs:
- name: Build
run: nix develop .#test --command echo "Ok"
- name: Python tests.
run: nix develop .#test --command python -m pytest integration-tests/
run: nix develop .#test --command python -m pytest -svvx integration-tests/
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}

View File

@ -9,6 +9,7 @@ on:
- "launcher/**"
- "Cargo.lock"
- "rust-toolchain.toml"
- "flake.nix"
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true