We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ff17b commit 0b1519eCopy full SHA for 0b1519e
.github/workflows/ci.yml
@@ -55,3 +55,5 @@ jobs:
55
run: nix build .
56
- name: Build docker
57
run: nix build .#docker
58
+ - name: Flake check
59
+ run: nix flake check
Makefile
@@ -16,6 +16,12 @@ lint:
16
test-always:
17
go test -v -cover -timeout 10s -count 1 ./...
18
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
25
.PHONY: gen
26
gen:
27
fd --extension ".pb.go" . --exec-batch rm {}
0 commit comments