Skip to content

Commit

Permalink
use "go install" in another test
Browse files Browse the repository at this point in the history
  • Loading branch information
quasilyte committed Aug 28, 2022
1 parent a116b7e commit 895b152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _test/regress/issue317/test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apk update && apk add git

cd /root

GO111MODULE=on go get -v github.com/quasilyte/go-ruleguard/cmd/ruleguard@master
GO111MODULE=on go install github.com/quasilyte/go-ruleguard/cmd/ruleguard@master
go get -v github.com/quasilyte/go-ruleguard/dsl
go get -v github.com/quasilyte/uber-rules
go get -v github.com/quasilyte/go-ruleguard/rules
Expand Down

0 comments on commit 895b152

Please sign in to comment.