ci: run tests

This would be where we ran tests, if we had any.
This commit is contained in:
Tim Schubert 2023-05-25 16:54:54 +02:00 committed by Tim Schubert
parent b77990210f
commit 0fce9e09c4

View file

@ -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