Skip to content

Commit

Permalink
Run unit tests together with acceptance ones
Browse files Browse the repository at this point in the history
Signed-off-by: Dainius Serplis <[email protected]>
  • Loading branch information
Didainius committed Nov 22, 2024
1 parent 89a2c69 commit 745837f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ require (
google.golang.org/protobuf v1.34.0 // indirect
)

replace github.com/vmware/go-vcloud-director/v3 => github.com/Didainius/go-vcloud-director/v3 v3.0.0-alpha.4.0.20241120114955-097f2128dbb3
//replace github.com/vmware/go-vcloud-director/v3 => github.com/Didainius/go-vcloud-director/v3 v2.12.1-0.20211018060826-c7f8ab32330e
replace github.com/vmware/go-vcloud-director/v3 => github.com/Didainius/go-vcloud-director/v3 v3.0.0-alpha.4.0.20241122100248-bed0b77f7e99
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dario.cat/mergo v1.0.0 h1:AGCNq9Evsj31mOgNPcLyXc+4PNABt905YmuqPYYpBWk=
dario.cat/mergo v1.0.0/go.mod h1:uNxQE+84aUszobStD9th8a29P2fMDhsBdgRYvZOxGmk=
github.com/Didainius/go-vcloud-director/v3 v3.0.0-alpha.4.0.20241120114955-097f2128dbb3 h1:rjYZ+LjAPMPpXY2vtac5H2UdVCVZ/e+LZdMLcBbFprQ=
github.com/Didainius/go-vcloud-director/v3 v3.0.0-alpha.4.0.20241120114955-097f2128dbb3/go.mod h1:68KHsVns52dsq/w5JQYzauaU/+NAi1FmCxhBrFc/VoQ=
github.com/Didainius/go-vcloud-director/v3 v3.0.0-alpha.4.0.20241122100248-bed0b77f7e99 h1:69x51IyYGmvkWm5K1WWFTopNYKPGk484lttoBNcRxkU=
github.com/Didainius/go-vcloud-director/v3 v3.0.0-alpha.4.0.20241122100248-bed0b77f7e99/go.mod h1:68KHsVns52dsq/w5JQYzauaU/+NAi1FmCxhBrFc/VoQ=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
github.com/ProtonMail/go-crypto v1.1.0-alpha.2 h1:bkyFVUP+ROOARdgCiJzNQo2V2kiB97LyUpzH9P6Hrlg=
Expand Down
4 changes: 2 additions & 2 deletions scripts/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@ case $wanted in
acceptance_test functional
;;
acceptance)
acceptance_test "functional unit"
acceptance_test "unit functional"
;;
acceptance-coverage)
acceptance_test "functional unit" "-coverprofile testacc.cover"
acceptance_test "unit functional" "-coverprofile testacc.cover"
;;
sequential-acceptance)
acceptance_test functional "-race --parallel=1"
Expand Down

0 comments on commit 745837f

Please sign in to comment.