From 6d7f273b7b8cc8fbf14aec671a279b44736bb23e Mon Sep 17 00:00:00 2001 From: jameswilburlewis Date: Thu, 22 Aug 2024 12:17:25 -0700 Subject: [PATCH] Moved ACE tests to top of script for quick check after moving to projects directory --- .github/workflows/pythonpackage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml index 0e346ef8..4da7a707 100644 --- a/.github/workflows/pythonpackage.yml +++ b/.github/workflows/pythonpackage.yml @@ -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` @@ -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`