This commit is contained in:
Nicolas Patry 2024-09-12 13:52:59 +02:00
parent e60bdb2c89
commit 16f71106c2
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -30,7 +30,7 @@ jobs:
env: env:
USER: github_runner USER: github_runner
- name: Build - name: Build
run: nix build .#test run: nix develop .#test --command echo "Ok"
- name: Pre-commit tests. - name: Pre-commit tests.
run: nix develop .#test --command pre-commit run --all-files run: nix develop .#test --command pre-commit run --all-files
- name: Python tests. - name: Python tests.