cloud-game/vendor/github.com/pion/turnc/Makefile

10 lines
220 B
Makefile
Vendored

test-e2e:
cd e2e/coturn && ./test.sh
lint:
golangci-lint run
assert:
bash .github/assert-contributors.sh
bash .github/lint-disallowed-functions-in-library.sh
bash .github/lint-commit-message.sh
test:
@./go.test.sh