remove hls.js from the repository and restore plain MIT license (#3008)

This commit is contained in:
Alessandro Ros
2024-02-12 00:31:13 +01:00
committed by GitHub
parent fcf649cdaf
commit 9eb97ad3a0
12 changed files with 77 additions and 12 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
LBITS := $(shell getconf LONG_BIT)
ifeq ($(LBITS),64)
RACE=-race
ifeq ($(shell getconf LONG_BIT),64)
RACE=-race
endif
test-internal:
go generate ./...
go test -v $(RACE) -coverprofile=coverage-internal.txt \
$$(go list ./internal/... | grep -v /core)