Add run_tests step.

This commit is contained in:
Ben Rog-Wilhelm 2022-05-14 02:13:53 -05:00 committed by GitHub
parent 14ac41c73a
commit 3c8798e4da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: "run_tests.py"
on: [push, pull_request]
jobs:
analyze:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: run_tests.py
run: |
./run_tests.py