- Rebuilt spaxel-sim binary with latest code - Copied binary to mothership directory for use in integration tests - All tests pass (go test ./... && go vet ./...)
8 lines
67 B
Text
8 lines
67 B
Text
go 1.25.0
|
|
|
|
use ./mothership
|
|
|
|
use (
|
|
./cmd/sim
|
|
./test/acceptance
|
|
)
|