well-goknown/vendor/github.com/coder/websocket/make.sh

13 lines
176 B
Bash
Raw Normal View History

2025-01-14 04:43:49 +00:00
#!/bin/sh
set -eu
cd -- "$(dirname "$0")"
echo "=== fmt.sh"
./ci/fmt.sh
echo "=== lint.sh"
./ci/lint.sh
echo "=== test.sh"
./ci/test.sh "$@"
echo "=== bench.sh"
./ci/bench.sh