Skip to content

Commit

Permalink
Fix issues with github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nledford committed Jun 18, 2024
1 parent a32539a commit 5696e96
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
run: cargo test --verbose

docker:
needs:
- format
- check
- build
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 5696e96

Please sign in to comment.