From 0beefaacd82a4d13a898168926e91a5f5be15a3f Mon Sep 17 00:00:00 2001 From: han190 Date: Thu, 7 Mar 2024 11:16:15 -0900 Subject: [PATCH] update CI --- .github/workflows/PE-Fortran.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PE-Fortran.yml b/.github/workflows/PE-Fortran.yml index 5dabdfb..7a23e72 100644 --- a/.github/workflows/PE-Fortran.yml +++ b/.github/workflows/PE-Fortran.yml @@ -25,8 +25,11 @@ jobs: if: contains( matrix.os, 'ubuntu' ) run: sudo apt install gfortran-${{ matrix.gcc_version }} - - name: Preprocess - run: fpm run Preprocess --profile debug --compiler gfortran-${{ matrix.gcc_version }} + - name: Test PE-Fortran by GNU make + run: make && make test - - name: Run PE-Fortran + - name: Test PE-Preprocess by FPM + run: fpm run PE-Preprocess --profile debug --compiler gfortran-${{ matrix.gcc_version }} + + - name: Test PE-Fortran by FPM run: fpm run PE-Fortran --profile debug --compiler gfortran-${{ matrix.gcc_version }}