Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidlazio committed May 17, 2024
1 parent 3a24524 commit 51e6a60
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@ jobs:
with:
go-version: '1.20'

- name: Build
run: cd pkg/provider && go build -v .
- name: Build Provider
run: cd provider && go build -v .

- name: Test
run: cd pkg/provider && go test -v
- name: Build Confidence
run: cd confidence && go build -v .

- name: Test Provider
run: cd provider && go test -v

- name: Test Confidence
run: cd confidence && go test -v

0 comments on commit 51e6a60

Please sign in to comment.