👷 go tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
James Walker 2022-06-30 19:57:14 -04:00
parent bd4f0ba092
commit b0e5696ba9
Signed by: walkah
GPG Key ID: 3C127179D6086E93

View File

@ -1,11 +1,11 @@
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
name: NixOS Packages name: default
steps: steps:
- name: Build - name: tests
image: nixpkgs/cachix-flakes:nixos-22.05 image: golang:1.17
commands: commands:
- nix flake check .# - go build -v
- nix build .# - go test -v ./...