mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2026-02-15 15:03:13 +08:00
ci: don't clean modules cache (#5519)
* chore(make): add `verify` command Signed-off-by: Dwi Siswanto <git@dw1.io> * ci: remove hygiene (`clean -modcache`) with verify instead Signed-off-by: Dwi Siswanto <git@dw1.io> --------- Signed-off-by: Dwi Siswanto <git@dw1.io>
This commit is contained in:
6
.github/workflows/build-test.yml
vendored
6
.github/workflows/build-test.yml
vendored
@@ -27,10 +27,8 @@ jobs:
|
||||
with:
|
||||
python-version: '3.10'
|
||||
|
||||
- name: Go Mod hygiene
|
||||
run: |
|
||||
go clean -modcache
|
||||
go mod tidy
|
||||
- name: Verify Go modules
|
||||
run: make verify
|
||||
|
||||
- name: Build
|
||||
run: go build .
|
||||
|
||||
6
.github/workflows/performance-test.yaml
vendored
6
.github/workflows/performance-test.yaml
vendored
@@ -22,10 +22,8 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: projectdiscovery/actions/setup/go@v1
|
||||
|
||||
- name: Go Mod hygine
|
||||
run: |
|
||||
go clean -modcache
|
||||
go mod tidy
|
||||
- name: Verify Go modules
|
||||
run: make verify
|
||||
|
||||
# Max GH exection time 6H => timeout after that
|
||||
- name: Running performance with big list
|
||||
|
||||
Reference in New Issue
Block a user