diff --git a/.github/workflows/install_and_test.yml b/.github/workflows/install_and_test.yml index f616dbf..f2455e0 100644 --- a/.github/workflows/install_and_test.yml +++ b/.github/workflows/install_and_test.yml @@ -31,7 +31,7 @@ jobs: - name: Run integration tests run: | pytest -v tests/integration/test_non_xc_energy.py - pytest -v tests/integration/test_classical_functionals.py + pytest -v tests/integration/test_functional_implementations.py pytest -v tests/integration/test_Harris.py pytest -v tests/integration/test_predict_B88.py pytest -v tests/integration/test_predict_B3LYP.py