Skip to content

Commit

Permalink
add mage tests instead of make tests (#2861)
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 authored Aug 9, 2023
1 parent ad5bcc7 commit 510d59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:

- name: Unit Tests
id: unit_test
run: make tests
run: go run github.com/magefile/mage@v1.14.0 -v tests

- name: Publish JUnit Report
uses: mikepenz/action-junit-report@v3
Expand Down

0 comments on commit 510d59b

Please sign in to comment.