Skip to content

Commit

Permalink
🧱 Update the workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Jun 30, 2022
1 parent 4de9133 commit c15831e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: "CodeQL"

on:
push:
branches: [ main ]
workflow_dispatch:
pull_request:
branches: [ main ]
schedule:
- cron: '35 11 * * 2'

Expand Down

0 comments on commit c15831e

Please sign in to comment.