Skip to content

Make fails due to failed tests/lack of tests #11

@andrew-morris

Description

@andrew-morris
$ make
go test ./...
# github.com/nicksherron/bashhub-server/cmd
cmd/root.go:122:3: Println arg list ends with redundant newline
?       github.com/nicksherron/bashhub-server   [no test files]
make: *** [test] Error 2

The Println error can be fixed by merging the following PR: #10

New error from make after making this change is:

$ make
go test ./...
?       github.com/nicksherron/bashhub-server   [no test files]
?       github.com/nicksherron/bashhub-server/cmd       [no test files]
?       github.com/nicksherron/bashhub-server/internal  [no test files]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions