mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
releaser: Drop running tests as part of the release
This commit is contained in:
parent
6df2f080c9
commit
e26e13fbb7
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ jobs:
|
||||||
go mod download
|
go mod download
|
||||||
sleep 5
|
sleep 5
|
||||||
go mod verify
|
go mod verify
|
||||||
go test -p 1 ./...
|
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: .
|
root: .
|
||||||
paths: .
|
paths: .
|
||||||
|
|
Loading…
Reference in a new issue