👷 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
type: docker
name: NixOS Packages
name: default
steps:
- name: Build
image: nixpkgs/cachix-flakes:nixos-22.05
- name: tests
image: golang:1.17
commands:
- nix flake check .#
- nix build .#
- go build -v
- go test -v ./...