Skip to content

Commit

Permalink
Moved ACE tests to top of script for quick check after moving to proj…
Browse files Browse the repository at this point in the history
…ects directory
  • Loading branch information
jameswilburlewis committed Aug 22, 2024
1 parent e51ced1 commit 6d7f273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ jobs:
echo "========================================================="
echo IP address for this test:
coverage run -a -m pyspedas.utilities.tests.test_find_ip_address
echo Starting ace tests at `date`
coverage run -a -m pyspedas.projects.ace.tests.tests
echo Starting erg tests at `date`
coverage run -a -m pyspedas.erg.tests.tests
echo Starting erg cotrans tests at `date`
Expand Down Expand Up @@ -251,8 +253,6 @@ jobs:
coverage run -a -m pyspedas.cotrans.tests.test_minvar
echo Starting csswe tests at `date`
coverage run -a -m pyspedas.csswe.tests.tests
echo Starting ace tests at `date`
coverage run -a -m pyspedas.ace.tests.tests
echo Starting equator_s tests at `date`
coverage run -a -m pyspedas.equator_s.tests.tests
echo Starting image tests at `date`
Expand Down

0 comments on commit 6d7f273

Please sign in to comment.