Skip to content

Commit

Permalink
Test beta in CI (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
rubdos authored Oct 13, 2023
1 parent aa84243 commit 96e4f39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ jobs:
fail-fast: false
matrix:
project: ["libsignal-service-actix", "libsignal-service-hyper"]
toolchain: ["stable", "nightly"]
toolchain: ["stable", "beta", "nightly"]
coverage: [false, true]
exclude:
- toolchain: stable
coverage: true
- toolchain: beta
coverage: true
- toolchain: nightly
coverage: false
include:
Expand Down

0 comments on commit 96e4f39

Please sign in to comment.