run all tests

This commit is contained in:
Matthew Rich 2024-03-22 11:57:29 -07:00
parent d54bfc898a
commit 6af91dec6c

View File

@ -34,5 +34,5 @@ jobs:
- run: find . - run: find .
- name: Run tests - name: Run tests
run: | run: |
go test go test ./...
- run: echo "This job's status is ${{ job.status }}." - run: echo "This job's status is ${{ job.status }}."