Skip to content

Commit

Permalink
Makefile: update ci install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke committed Jan 21, 2025
1 parent 03c5481 commit dcd046e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ test:
go test ./...

ci-install:
curl -s https://packagecloud.io/install/repositories/meter/public/script.deb.sh | sudo bash
sudo apt-get -qq -o=Dpkg::Use-Pty=0 install staticcheck
go install honnef.co/go/tools/cmd/staticcheck@latest

ci: lint race-test

race-test: lint
go test -race ./...
go test -trimpath -race ./...

lint:
go vet ./...
Expand Down

0 comments on commit dcd046e

Please sign in to comment.