Try fixing Jenkins.

This commit is contained in:
emil28092005
2026-01-18 01:47:32 +00:00
parent 98f505ce88
commit e67fb2ffe2
Vendored
+1 -3
View File
@@ -43,9 +43,7 @@ pipeline {
}
steps {
sh '''
set -eux
go version
go test ./...
echo "Testing..."
'''
}
}