Skip to content

Commit

Permalink
cleanup bin/ginkgo script
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Dec 26, 2024
1 parent 7c77de5 commit 1f5292b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/ginkgo
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#!/usr/bin/env bash
set -eu -o pipefail

# shellcheck disable=SC2068
go run github.com/onsi/ginkgo/v2/ginkgo \
--keep-going \
--skip-package=vendor \
--race \
-r \
${@}
"${@}"

0 comments on commit 1f5292b

Please sign in to comment.