Skip to content

Commit

Permalink
Add one more feature combination in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Mar 9, 2024
1 parent b722a24 commit 4457aec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4457aec

Please sign in to comment.