Skip to content

Commit

Permalink
fixup!: shell bash at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolv-Apneseth committed Nov 13, 2024
1 parent 2ca5910 commit 8f05a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
run: cargo clippy --all -- -D warnings

- name: Tests
shell: bash
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
brew update
Expand All @@ -56,3 +55,4 @@ jobs:
sleep 60
cargo test --all --verbose
docker compose down
shell: bash

0 comments on commit 8f05a2f

Please sign in to comment.