Skip to content

Commit

Permalink
Add startup of docker container before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Velnbur committed Sep 27, 2024
1 parent 4fceaf4 commit 0b10503
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,10 @@ jobs:
with:
tool: cargo-nextest
- uses: Swatinem/rust-cache@v2
- run: docker compose up -d
- name: test full
run: |
set -euxo pipefail
cargo nextest run
cargo test --doc
- run: docker compose down

0 comments on commit 0b10503

Please sign in to comment.