Skip to content

feat: make a quick dirty demo #58

feat: make a quick dirty demo

feat: make a quick dirty demo #58

Triggered via pull request May 6, 2025 08:44
Status Failure
Total duration 1m 9s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 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[uint16]string cannot be compared) (typecheck)
Lint: internal/state/state_test.go#L37
undefined: state.Movable
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[uint16]string cannot be compared)
Test: internal/state/state_test.go#L37
undefined: state.Movable
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