Updated Makefile

This commit is contained in:
David Allen 2024-07-10 17:00:48 -06:00
parent 7115954cf1
commit e14a27cf84
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -28,4 +28,4 @@ clean:
# run all of the unit tests # run all of the unit tests
test: test:
go test ./tests --tags=all go test ./tests/generate_test.go --tags=all