Update it a bit.

This commit is contained in:
Nicolas Patry 2024-09-12 13:51:11 +02:00
parent eaf2533d1a
commit e60bdb2c89
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863
2 changed files with 6 additions and 4 deletions

View File

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

View File

@ -84,13 +84,15 @@
test = mkShell {
buildInputs =
[
benchmark
launcher
router
# benchmark
# launcher
# router
server
openssl.dev
pkg-config
cargo
rustfmt
clippy
]
++ (with python3.pkgs; [
docker