Skip to content

Commit

Permalink
Use separate include for maximum config
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Dec 13, 2024
1 parent 3257483 commit ee79834
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee79834

Please sign in to comment.