diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 28d63d19..3677ff23 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -11,6 +11,11 @@ steps: commands: - nix-shell --run 'reuse lint' +# Checks for the analysis + - label: analysis test + commands: + - nix-shell --run 'cd analysis && pytest' + # Checks for the backend - label: validate cabal files commands: