chore: install dyff in CI pipeline

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
AhmedGrati 2023-10-15 00:04:14 +01:00
parent c76361bd99
commit 0367b73b93
2 changed files with 4 additions and 1 deletions

View File

@ -28,7 +28,6 @@ jobs:
- name: Build
run: make bin
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
with:

View File

@ -20,6 +20,8 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
- name: Install dyff
run: go install github.com/homeport/dyff/cmd/dyff@v1.5.8
- name: Run tests
run: make test
- name: Perform cross compile
@ -34,6 +36,8 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Install dyff
run: go install github.com/homeport/dyff/cmd/dyff@v1.5.8
- name: Create .coverprofile for each targeted directory by re:running tests
run: make test
- name: Collect all .coverprofile files and save it to one file gover.coverprofile