mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
7 lines
180 B
Bash
7 lines
180 B
Bash
#!/usr/bin/env sh
|
|
|
|
export PATH="$HOME/.local/share/mise/shims:$HOME/.local/bin:$HOME/.npm-global/bin:/opt/homebrew/bin:/usr/local/bin:$PATH"
|
|
|
|
echo "Check Go test..."
|
|
go test ./...
|