Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman committed Feb 18, 2025
1 parent e25272c commit a4cb2bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
go-version-file: go.mod

- name: Build
run: go version && go build -v ./... && dependabot --version
run: go version && go build -v ./...

- name: Check dependabot version
run: go install github.com/dependabot/cli/cmd/dependabot && dependabot --version

- name: Test
# -count=2 ensures that test fixtures cleanup after themselves
Expand Down

0 comments on commit a4cb2bd

Please sign in to comment.