Skip to content

Commit

Permalink
tmp: check go version
Browse files Browse the repository at this point in the history
  • Loading branch information
RileyEv committed Aug 28, 2023
1 parent 78b3da9 commit 275bcdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/cli/mcap/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ lint:
golangci-lint run ./...

test:
go test ./...
go version
go test -v ./...

bench:
make -C cmd bench

0 comments on commit 275bcdf

Please sign in to comment.