zdoom-macos-deps/.github/workflows/test.yml
2021-11-22 10:39:00 +02:00

14 lines
279 B
YAML

name: Test Libraries
on: [push, pull_request]
jobs:
test:
if: "${{ !contains(github.event.head_commit.message, '[skip test]') }}"
runs-on: "macos-11"
steps:
- uses: actions/checkout@v1
- name: Run tests
run: |
./build.py --target=test-deps