Skip to content

Commit

Permalink
Use Env Variable in make
Browse files Browse the repository at this point in the history
Signed-off-by: Yogesh Deshpande <[email protected]>
  • Loading branch information
yogeshbdeshpande committed Mar 15, 2024
1 parent ca0fb9b commit 4eb33b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
- name: Run tests
run: |
go version
make -w test
make -w test CITEST=${{ env.CITEST }}

0 comments on commit 4eb33b4

Please sign in to comment.