From a1e7d1838dd796a80f61e6cb10e78f6edd7e5625 Mon Sep 17 00:00:00 2001 From: apcraig Date: Mon, 7 Aug 2023 11:37:31 -0600 Subject: [PATCH] test github actions --- .github/workflows/test-cice.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test-cice.yml b/.github/workflows/test-cice.yml index 397074915..83fd9f5c8 100644 --- a/.github/workflows/test-cice.yml +++ b/.github/workflows/test-cice.yml @@ -143,6 +143,13 @@ jobs: run: | cd $HOME/cice ./cice.setup -m conda -e ${{ matrix.envdef }} --test smoke --testid c0 + - name: run hello world unit test + run: | + cd $HOME/cice + ./cice.setup -m conda -e ${{ matrix.envdef }} --test unittest --pes 2x1 -s helloworld --testid hw01 + cd *helloworld*hw01 + ./cice.build + ./cice.run - name: check cice compile run: | cd $HOME/cice