Skip to content

Commit

Permalink
show resulting go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Sep 27, 2024
1 parent f11064d commit 600e504
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ jobs:
- name: go mod tidy
working-directory: contrib/rpcimportable
run: go mod tidy
- name: show go.mod
working-directory: contrib/rpcimportable
run: cat go.mod
- name: go test
working-directory: contrib/rpcimportable
run: go test ./...
Expand Down

0 comments on commit 600e504

Please sign in to comment.