Skip to content

Commit

Permalink
Jenkinsfile.verify: drop Build 'go' steps
Browse files Browse the repository at this point in the history
Change-Id: I70cd334f7dc3d7a3fdc910dd54e5c4d4b73a2027
  • Loading branch information
mniewrzal authored and Storj Robot committed Apr 4, 2024
1 parent 139e061 commit 33e4603
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions Jenkinsfile.verify
Expand Up @@ -46,19 +46,6 @@ pipeline {
}
stage('Build') {
parallel {
stage('go') {
steps {
// use go test to build all the packages, including tests
sh 'go test -v -p 16 -bench XYZXYZXYZXYZ -run XYZXYZXYZXYZ ./...'
}
}
stage('go -race') {
steps {
// use go test to build all the packages, including tests
sh 'go test -v -p 16 -bench XYZXYZXYZXYZ -run XYZXYZXYZXYZ -race ./...'
}
}

stage('db') {
steps {
dir('.build') {
Expand Down

0 comments on commit 33e4603

Please sign in to comment.