mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
Now running tests on mac os.
This commit is contained in:
parent
f4a2a5efd5
commit
93e4d91c4d
7
.github/workflows/test_civet_macos.yml
vendored
7
.github/workflows/test_civet_macos.yml
vendored
@ -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 }}"
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user