diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 3496f9d7..51971d31 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -46,7 +46,7 @@ jobs: with: fetch-depth: 0 - run: | - go test ./... -coverprofile cover.out + go test -v ./... -coverprofile cover.out - if: startsWith(matrix.os, 'ubuntu') uses: codecov/codecov-action@v3.1.0 with: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 15659f64..6466363c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,10 +1,8 @@ name: "CodeQL" on: - push: - branches: [ main ] + workflow_dispatch: pull_request: - branches: [ main ] schedule: - cron: '35 11 * * 2'