Now running tests on mac os.

This commit is contained in:
Caleb Herpin 2021-07-28 20:46:34 -05:00
parent f4a2a5efd5
commit 93e4d91c4d

View File

@ -46,5 +46,10 @@ jobs:
make
- name: Run Civet Tests
run: |
export MAKEFLAGS=-j4
cd share/trick/pymods/trick/
. .venv/bin/activate
./run_tests.py
env:
TRICK_HOME: "${{ github.workspace }}"