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: env:
USER: github_runner USER: github_runner
- name: Build - name: Build
run: nix build run: nix build .#test
- 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.

View File

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