Skip to content

Commit

Permalink
change makefile for msquic test.
Browse files Browse the repository at this point in the history
  • Loading branch information
DrakenLibra committed Oct 28, 2023
1 parent dffc7fc commit ee99680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ gofumpt:

test: compile_webrtc
$(eval CGO_CXXFLAGS+=-O0 -g -ggdb)
go test -race -cover -count 1 $(go list ./... | grep -v dep/msquic)
go test -race -cover -count 1 ./...

golangci-lint:
golangci-lint --version || go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
Expand Down

0 comments on commit ee99680

Please sign in to comment.