chore: remove Ruby implementation and tooling
This commit is contained in:
10
justfile
10
justfile
@@ -14,14 +14,8 @@ go-build-linux:
|
||||
go-test:
|
||||
go test ./...
|
||||
|
||||
behavior-ruby:
|
||||
behavior:
|
||||
./script/run-behavior-suite-docker.sh
|
||||
|
||||
behavior-go: go-build-linux
|
||||
HOMESICK_CMD="/workspace/dist/homesick-go" ./script/run-behavior-suite-docker.sh
|
||||
|
||||
behavior-go-verbose: go-build-linux
|
||||
HOMESICK_CMD="/workspace/dist/homesick-go" ./script/run-behavior-suite-docker.sh --verbose
|
||||
|
||||
behavior-ruby-verbose:
|
||||
behavior-verbose:
|
||||
./script/run-behavior-suite-docker.sh --verbose
|
||||
|
||||
Reference in New Issue
Block a user