diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0df37f11..8d35ccb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ env: jobs: - build_and_test_debug_profile: + gnu-fpm-debug: name: Build and test in debug mode runs-on: ubuntu-latest @@ -42,7 +42,7 @@ jobs: - name: Test run: fpm test --profile debug - build_and_test_release_profile: + gnu-fpm-release: name: Build and test in release mode runs-on: ubuntu-latest