Merge pull request #4 from Teeed/main #35
This file contains 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
name: Runtime Tests | |
# Trigger this when a pull request is merged (which implies pushing to master). | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
test: | |
runs-on: self-hosted | |
steps: | |
- name: Git Checkout | |
uses: actions/checkout@v2 | |
- name: Run Tests | |
run: make test |