Change the test make to build the runtests but not run it so that I can set a constant security under windows, but messed it up.

main
Zed A. Shaw 1 week ago
parent 849943a01e
commit e29c36fb5c
  1. 3
      Makefile

@ -11,7 +11,8 @@ docs:
go tool pkgsite --open
test:
go test zedshaw.games/webapp/tests
go test zedshaw.games/webapp/tests -c -o runtests
./runtests
dev:
go tool air -build.stop_on_error "true"

Loading…
Cancel
Save