Skip to content

feat: make a quick dirty demo #56

feat: make a quick dirty demo

feat: make a quick dirty demo #56

Triggered via pull request May 5, 2025 09:39
Status Failure
Total duration 55s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

13 errors
Build
Process completed with exit code 1.
Build: cmd/server/main.go#L25
not enough arguments in call to simulation.New
Build: cmd/client/main.go#L32
not enough arguments in call to game.New
Lint
issues found
Lint: internal/state/state_test.go#L53
invalid operation: expected != actual (struct containing map[uint32]string cannot be compared) (typecheck)
Lint: internal/state/state_test.go#L37
unknown field Player in struct literal of type state.State
Lint: cmd/server/main.go#L25
not enough arguments in call to simulation.New
Lint: cmd/client/main.go#L32
not enough arguments in call to game.New
Test
Process completed with exit code 1.
Test: internal/state/state_test.go#L53
invalid operation: expected != actual (struct containing map[uint32]string cannot be compared)
Test: internal/state/state_test.go#L37
unknown field Player in struct literal of type state.State
Test: cmd/server/main.go#L25
not enough arguments in call to simulation.New
Test: cmd/client/main.go#L32
not enough arguments in call to game.New