Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
ci: allow for test workflow call (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Oct 27, 2023
1 parent 00101c9 commit 17ffa84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Tests / Code Coverage
# Tests / Code Coverage workflow runs unit tests and uploads a code coverage report
# This workflow is run on pushes to main & every Pull Requests where a .go, .mod, .sum have been changed
on:
workflow_call:
pull_request:
push:
branches:
Expand Down

0 comments on commit 17ffa84

Please sign in to comment.