Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 0daf59c

Browse files
committed
removed duplicated test runs
1 parent b3f8214 commit 0daf59c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export GOPATH="${TEMPORARY_PATH}"
1717
pushd "${TEMPORARY_PATH}/src/govaluate"
1818

1919
# run the actual tests.
20-
go test -coverprofile coverage.out
20+
go test -bench=. -coverprofile coverage.out
2121
status=$?
2222

2323
if [ "${status}" != 0 ];
@@ -26,6 +26,5 @@ then
2626
fi
2727

2828
go tool cover -func=coverage.out
29-
go test -bench=.
3029

3130
popd

0 commit comments

Comments
 (0)