build.* runs the tests

Brings the scripts in line with what the readme says they do.
This commit is contained in:
Seabass 2019-10-05 13:26:54 -04:00
parent 7545fd599a
commit 2d476189d9
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
dotnet restore src/Server dotnet restore src/Server
dotnet build src/Server dotnet build src/Server
dotnet test src/GameTest

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
dotnet restore src/Server dotnet restore src/Server
dotnet build src/Server dotnet build src/Server
dotnet test src/GameTest