Skip to content

Commit

Permalink
Skip ldap unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Apr 4, 2024
1 parent 2e1563d commit 011bf43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ for d in $(go list ./... | grep -v vendor); do
if [ $d == "github.com/CHESSComputing/golib/zenodo" ]; then
continue
fi
if [ $d == "github.com/CHESSComputing/golib/ldap" ]; then
continue
fi
echo "Coverage $d"
go test -race -coverprofile=profile.out -covermode=atomic "$d"
if [ -f profile.out ]; then
Expand Down

0 comments on commit 011bf43

Please sign in to comment.