Skip to content

Commit

Permalink
fixup!: try colima
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth committed Nov 13, 2024
1 parent 35268eb commit ea25c0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Tests
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
brew install docker
docker plugin install compose
brew install colima
colima start
fi
docker compose up -d --wait
cargo test --all --verbose
Expand Down

0 comments on commit ea25c0b

Please sign in to comment.