.buildkite/hooks/pre-command
.buildkite/hooks/pre-command
This file has not been changed.
+7
.buildkite/pipeline.yml
+7
.buildkite/pipeline.yml
···
9
9
# file that would be reformatted so the build fails instead of
10
10
# silently rewriting files.
11
11
command: nix fmt -- --check .
12
+
13
+
- label: ":go: test"
14
+
# Run the full Go test suite inside the flake's dev shell so the
15
+
# toolchain (go, cgo deps for mattn/go-sqlite3) matches what the
16
+
# package build uses. `nix develop -c` runs the given command in the
17
+
# default devShell without dropping into an interactive shell.
18
+
command: nix develop -c go test ./...
.tangled/workflows/test.yml
.tangled/workflows/test.yml
This file has not been changed.
flake.nix
flake.nix
This file has not been changed.
nix/modules/tack.nix
nix/modules/tack.nix
This file has not been changed.
History
3 rounds
0 comments
mitchellh.com
submitted
#2
1 commit
expand
collapse
configure buildkite
merge conflicts detected
expand
collapse
expand
collapse
- flake.nix:12
- nix/modules/tack.nix:1
expand 0 comments
mitchellh.com
submitted
#1
1 commit
expand
collapse
configure buildkite
expand 0 comments
mitchellh.com
submitted
#0
1 commit
expand
collapse
configure buildkite