From 8a447775955cf8bc3663410d4761ecf9c957bc76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20H=C3=B6ner?= Date: Sat, 9 Mar 2024 17:52:09 +0100 Subject: [PATCH] Add one more feature combination in CI --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6f3f0e..8097c17 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,6 +28,9 @@ jobs: - name: "Linux (encoder)" image_name: "ubuntu-22.04" extra_args: "--features encoder" + - name: "Linux (full-decoder + encoder + formatter)" + image_name: "ubuntu-22.04" + extra_args: "--no-default-features --features full-decoder,encoder,formatter" steps: - name: Checkout