fix: move tests to seperate from main module #15
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This workflow runs tests on all non-master branches to ensure code stability and quality before merging. | |
name: Run Tests | |
on: | |
push: | |
branches-ignore: | |
- master | |
jobs: | |
test: | |
uses: ./.github/workflows/test.yml |