Skip to content

Commit

Permalink
Merge pull request #283 from whisperfish/ci-fixes
Browse files Browse the repository at this point in the history
CI fixes
  • Loading branch information
rubdos authored Jan 12, 2024
2 parents 926c555 + d663701 commit 0b194b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
project: ["libsignal-service-actix", "libsignal-service-hyper"]
project: ["libsignal-service-actix", "libsignal-service-hyper", "libsignal-service"]
steps:
- uses: actions/checkout@v3
- uses: actions-rs/clippy-check@v1
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
project: ["libsignal-service-actix", "libsignal-service-hyper"]
project: ["libsignal-service-actix", "libsignal-service-hyper", "libsignal-service"]
toolchain: ["stable", "beta", "nightly"]
coverage: [false, true]
exclude:
Expand Down
4 changes: 1 addition & 3 deletions libsignal-service/src/provisioning/pipe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ use futures::{
};
use url::Url;

pub use crate::proto::{
ProvisionEnvelope, ProvisionMessage, ProvisioningVersion,
};
pub use crate::proto::{ProvisionEnvelope, ProvisionMessage};

use crate::{
proto::{
Expand Down

0 comments on commit 0b194b2

Please sign in to comment.