Skip to content

Commit

Permalink
Fix for test GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
akgalwas committed Feb 21, 2024
1 parent 01f1a04 commit 447dfd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: 1.21.5
working-directory: 'common'
- name: Run unit tests
run: make test
run: make -C common test

0 comments on commit 447dfd4

Please sign in to comment.