From 8e7c7c61f1c20bf248b36fcabb6ca36e8284107f Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 15:21:05 +0200 Subject: [PATCH] Let's see what the issue is ? --- .github/workflows/nix_integration_tests.yaml | 3 ++- .github/workflows/nix_tests.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nix_integration_tests.yaml b/.github/workflows/nix_integration_tests.yaml index 1407a371..90edb2e6 100644 --- a/.github/workflows/nix_integration_tests.yaml +++ b/.github/workflows/nix_integration_tests.yaml @@ -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 }} diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index f2209f8a..c7860d04 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -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