Skip to content

Commit

Permalink
Update worflow file - all tests explicitely
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcurbelo committed Sep 2, 2024
1 parent d4336b9 commit 6b3e6c2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/go-rxr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ jobs:
- name: Run tests
run: |
python -m unittest discover -s TESTS -p "test_*.py"
python -m unittest discover -s TESTS -p "test_data_fitting.py"
python -m unittest discover -s TESTS -p "test_data_structure.py"
python -m unittest discover -s TESTS -p "test_density.py"
python -m unittest discover -s TESTS -p "test_material_model.py"
python -m unittest discover -s TESTS -p "test_material_structure.py"
python -m unittest discover -s TESTS -p "test_reflectivity.py

0 comments on commit 6b3e6c2

Please sign in to comment.