From 7d445e6617db061a5755561ea1023c09bcb3ee77 Mon Sep 17 00:00:00 2001 From: Philipp Albrecht Date: Mon, 24 Jul 2023 13:20:17 +0200 Subject: Add CI job for package build We want to run a package build in CI with warnings turned into exceptions, in order to catch issues in CI (e.g. DeprecationWarning). --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1612a4eb..14d642491 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,7 @@ jobs: args: "-f gcc" # For problem matchers - testenv: yamllint - testenv: actionlint + - testenv: package steps: - uses: actions/checkout@v3 with: -- cgit v1.2.3-54-g00ecf