All the pages are working again, but Alpine is insanely frustrating.
This commit is contained in:
parent
81cf5e0d93
commit
7125bc2d2a
15 changed files with 95 additions and 40 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ test: site
|
|||
|
||||
test_only:
|
||||
go test zedshaw.games/webapp/tests -c -o runtests$(GO_IS_STUPID_EXE)
|
||||
./runtests$(GO_IS_STUPID_EXE) -test.run TestAdminIndexPage
|
||||
./runtests$(GO_IS_STUPID_EXE) -test.run TestGamePage
|
||||
|
||||
migrate_up:
|
||||
go tool goose sqlite3 db.sqlite3 -dir migrations up
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue