Skip to content

Commit

Permalink
attempt ci without lib/go/contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
sisyphusSmiling committed Feb 12, 2024
1 parent cd34f84 commit ef1dd5b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: '1.20.x'
- uses: actions/cache@v1
with:
path: ~/go/pkg/mod
Expand Down
2 changes: 0 additions & 2 deletions lib/go/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
.PHONY: generate
generate:
$(MAKE) generate -C contracts
$(MAKE) generate -C templates

.PHONY: ci
ci:
$(MAKE) ci -C contracts
$(MAKE) ci -C templates

0 comments on commit ef1dd5b

Please sign in to comment.