Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
# source of truth. rustup (preinstalled on GitHub runners) auto-installs the
# pinned version and its clippy/rustfmt components on the first cargo call.
- uses: Swatinem/rust-cache@v2
# Foundry gives the integration tests a local `anvil` to broadcast against
# (deckard-signerd's anvil-fork lane). The daemon tests skip gracefully if it's absent,
# but CI installs it so the broadcast path is actually exercised.
- uses: foundry-rs/foundry-toolchain@v1
- run: cargo build --workspace
- run: cargo build -p deckard-app --features tray
- run: cargo test --workspace
Expand Down Expand Up @@ -58,6 +62,8 @@ jobs:
libfontconfig1-dev libfreetype6-dev \
libssl-dev \
libgtk-3-dev libayatana-appindicator3-dev libxdo-dev
# Foundry (anvil) for the deckard-signerd broadcast integration tests.
- uses: foundry-rs/foundry-toolchain@v1
- run: cargo build --workspace
- run: cargo build -p deckard-app --features tray
- run: cargo test --workspace
Expand Down
Loading
Loading