mirror of
https://github.com/securego/gosec.git
synced 2026-01-15 09:53:40 +08:00
Add a build step to measure the scan perfomance
This step will measure the scan performance difference against the master version. Change-Id: I1b9196ef3348350cf818471f55d9024d14064ac6 Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
This commit is contained in:
committed by
Cosmin Cojocar
parent
bcec04e784
commit
c52dc0ea4e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -37,6 +37,8 @@ jobs:
|
||||
args: ./...
|
||||
- name: Run Tests
|
||||
run: make test
|
||||
- name: Perf Diff
|
||||
run: make perf-diff
|
||||
coverage:
|
||||
needs: [test]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user