Skip to content

Commit 0b1519e

Browse files
committed
run nix flake check
1 parent f7ff17b commit 0b1519e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ jobs:
5555
run: nix build .
5656
- name: Build docker
5757
run: nix build .#docker
58+
- name: Flake check
59+
run: nix flake check

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ lint:
1616
test-always:
1717
go test -v -cover -timeout 10s -count 1 ./...
1818

19+
test-nix:
20+
nix build .#checks.x86_64-linux.moduleTest
21+
22+
test-nix-interactive:
23+
nix run .#checks.x86_64-linux.moduleTest.driverInteractive
24+
1925
.PHONY: gen
2026
gen:
2127
fd --extension ".pb.go" . --exec-batch rm {}

0 commit comments

Comments
 (0)