Skip to content

Commit

Permalink
ci(github): use setup-just action
Browse files Browse the repository at this point in the history
  • Loading branch information
dbohdan committed May 24, 2024
1 parent 9e74750 commit b896430
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
run: git config --global core.autocrlf false
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: |
cargo install just
- name: Set up just task runner
uses: extractions/setup-just@v2
- name: Run tests
run: |
just test

0 comments on commit b896430

Please sign in to comment.