Skip to content

Commit

Permalink
trying to implement auto testing
Browse files Browse the repository at this point in the history
  • Loading branch information
V-Rang authored and V-Rang committed Mar 13, 2024
1 parent f90e745 commit 75e92b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: run code
uses: actions/checkout@v2
- name: run the file
run: cd example && mpirun -n 1 python3 -u test_file.py
run: cd example && mpirun -n 1 python3 -u poisson_example.py

0 comments on commit 75e92b2

Please sign in to comment.