mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-23 01:57:22 +00:00
10 lines
220 B
Makefile
Vendored
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
|