Skip to content

Commit

Permalink
Return test.yml to original
Browse files Browse the repository at this point in the history
  • Loading branch information
kharold23 committed Jul 24, 2024
1 parent 89e8be1 commit 481f614
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
os: [ubuntu-22.04, ubuntu-latest, macos-13, macos-latest]
fail-fast: false
steps:
- uses: actions/checkout@v4
Expand All @@ -23,6 +23,10 @@ jobs:
#alias conda="$CONDA/bin/conda"
conda create -n zerod python=3.11.4
conda run -n zerod pip install -e ".[dev]"
- name: Test the build
run: |
cd tests
conda run -n zerod pytest -v --durations=0
- name: Build using CMake
run: |
mkdir Release
Expand All @@ -31,10 +35,6 @@ jobs:
make -j2
- name: Test interface
run: |
cd ../tests/cases
../../build/svzerodsolver pulsatileFlow_R_RCR_mean.json results.csv
rm results.csv
cd ../../Release
cd tests/test_interface
mkdir build_tests
cd build_tests
Expand Down

0 comments on commit 481f614

Please sign in to comment.