Skip to content

Commit

Permalink
fixes the issue with missing godepgraph (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Jun 1, 2021
1 parent 36a7eb4 commit 3c519ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: install dev-tools
run: make install-dev-tools
- name: Ensure logrus is not used by pkg/agent/profiler
run: make ensure-logrus-not-used
- name: Run Go tests
Expand Down

0 comments on commit 3c519ff

Please sign in to comment.