diff --git a/.github/workflows/pamc-idealized-ubuntu.yml b/.github/workflows/pamc-idealized-ubuntu.yml index 02131365..b3bc51f9 100644 --- a/.github/workflows/pamc-idealized-ubuntu.yml +++ b/.github/workflows/pamc-idealized-ubuntu.yml @@ -9,7 +9,16 @@ jobs: matrix: compiler: - gcc - - clang + include: + - model: layermodel + hamiltonian: swe + thermo: none + - model: layermodel + hamiltonian: tswe + thermo: none + - model: extrudedmodel + hamiltonian: ce + thermo: idealgaspottemp defaults: run: working-directory: standalone/idealized/build @@ -24,5 +33,5 @@ jobs: - name: Configure and build run: | source ../../machines/ci/ubuntu-${{matrix.compiler}}.env && - ./cmakescript_pamc.sh && + ./cmakescript_pamc.sh ${{matrix.model}} ${{matrix.hamiltonian}} ${{matrix.thermo}} && cmake --build .