Skip to content

Commit

Permalink
re-enable CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacd committed Dec 12, 2023
1 parent acee1bc commit 2834972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: "1.21"

- name: Build all modules
run: make build || true
run: make build

- name: Test all modules
run: make test || true
run: make test

0 comments on commit 2834972

Please sign in to comment.