Skip to content

Commit

Permalink
testing CI v_1
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Rang authored and V-Rang committed Mar 16, 2024
1 parent 6660458 commit a6743bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
uses: actions/checkout@v2

- name: run serial check
run: mpirun -n 1 python3 testing_suite_file.py
run: |
cd ./hippylibx/test &&
mpirun -n 1 python3 testing_suite_file.py
# - name: run serial check
# run: |
Expand Down

0 comments on commit a6743bd

Please sign in to comment.