Skip to content

Commit

Permalink
Try to see error
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Jan 10, 2025
1 parent aa038af commit e235787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/pytest_run_cuda/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
- name: Ccuda tests with pytest
run: |
# Catch exit 5 (no tests found)
python -m pytest -rX ${FLAGS} -m "not (xdist_incompatible or parallel) and cuda ${{ inputs.pytest_mark }}" --ignore=symbolic --ignore=ndarrays 2>&1 | tee s1_outfile.out
python -m pytest -vs -rX ${FLAGS} -m "not (xdist_incompatible or parallel) and cuda ${{ inputs.pytest_mark }}" --ignore=symbolic --ignore=ndarrays 2>&1 | tee s1_outfile.out
pyccel-clean
shell: ${{ inputs.shell_cmd }}
working-directory: ./tests
Expand Down

0 comments on commit e235787

Please sign in to comment.