From 0fce9e09c454b7cc3e00b55c51405b7b8a91d688 Mon Sep 17 00:00:00 2001 From: dadada Date: Thu, 25 May 2023 16:54:54 +0200 Subject: [PATCH] ci: run tests This would be where we ran tests, if we had any. --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ee724de..4b3b543 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,3 +25,4 @@ jobs: authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' - run: nix flake check - run: nix develop -c gofmt -d -e . + - run: nix develop -c go test