Skip to content

Commit

Permalink
fixup! Install docker compose to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofl committed Jan 2, 2025
1 parent e57b532 commit 35ac69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
- name: Test
continue-on-error: false
run: |
cargo build --release
cargo test --release
cargo build
cargo test -- --nocapture

0 comments on commit 35ac69a

Please sign in to comment.