From ee7983413cbe99df1f01ddee1c5bd0d260024034 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Fri, 13 Dec 2024 19:55:48 +0000 Subject: [PATCH] Use separate include for maximum config --- .github/workflows/rust.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3fe6151..fee1a8a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,8 +18,11 @@ jobs: matrix: network: [client, server] # Camera and telescope have some special logic; other devices don't so we pick focuser as a random representative. - # Also test all devices together. - device: [all-devices, camera, telescope, focuser] + device: [camera, telescope, focuser] + include: + # Also make sure that maximum configuration works as expected. + - network: client,server + device: all-devices steps: - uses: actions/checkout@v4