latest, found a bug, wrote a failing test

This commit is contained in:
2024-05-18 17:33:15 -07:00
parent 90a959448a
commit eb85e1d36e
22 changed files with 661 additions and 460 deletions

View File

@@ -1,4 +1,4 @@
default: test
test:
cd pokercore && go test -v ./...
go test -v ./...