Skip to content

Commit

Permalink
ci: run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasdiez authored Nov 12, 2023
1 parent c0e6c59 commit eaa04d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ jobs:
run: |
pip install --no-build-isolation --config-settings=builddir=builddir --editable .
- name: Test
if: success() || failure()
- name: Test import
shell: bash -l {0}
continue-on-error: true
run: ./sage -python -m pytest -c src/tox.ini --doctest-modules src

- name: Test
shell: bash -l {0}
run: ./sage -t --all -p0

0 comments on commit eaa04d4

Please sign in to comment.