nix: build and test fjall feature

This commit is contained in:
Alex Auvolat
2025-01-04 17:56:09 +01:00
parent 96d7713915
commit a6c6c44310
3 changed files with 9 additions and 1 deletions
+5
View File
@@ -28,6 +28,11 @@ steps:
commands:
- nix-build -j4 --attr flakePackages.tests-sqlite
- name: unit + func tests (fjall)
image: nixpkgs/nix:nixos-22.05
commands:
- nix-build -j4 --attr flakePackages.tests-fjall
- name: integration tests
image: nixpkgs/nix:nixos-22.05
commands: