aboutsummaryrefslogtreecommitdiff
path: root/test/go/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/go/test.sh')
-rwxr-xr-xtest/go/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/go/test.sh b/test/go/test.sh
index 87cc950..ee9f171 100755
--- a/test/go/test.sh
+++ b/test/go/test.sh
@@ -6,6 +6,8 @@ set -e
source dev-container-features-test-lib
check "version" go version
+check "revive version" revive --version
+check "revive is installed at correct path" which revive | grep "/go/bin/revive"
# Report result
reportResults \ No newline at end of file