Skip to content

Commit

Permalink
fixup!: idk
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth committed Nov 12, 2024
1 parent 1b79355 commit ebe0b29
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,11 @@ jobs:
- name: Lint
run: cargo clippy --all -- -D warnings

- uses: hoverkraft-tech/[email protected]
with:
up-flags: "--wait"

- name: Tests
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
brew install docker docker-compose
fi
docker-compose up -d --wait
cargo test --all --verbose
docker compose down

0 comments on commit ebe0b29

Please sign in to comment.