1
0
mirror of https://github.com/actix/examples synced 2025-01-22 14:05:55 +01:00

Refine GHA workflows (#619)

This commit is contained in:
Yuki Okushi 2023-04-24 05:53:40 +09:00 committed by GitHub
parent 866ad278d5
commit 17978ad115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 4 deletions

View File

@ -48,8 +48,9 @@ jobs:
# DATABASE_URL="sqlite://./todo.db" sqlx migrate run
- name: clippy
uses: actions-rs/clippy-check@v1
timeout-minutes: 30
uses: giraffate/clippy-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --workspace --all-features --tests
reporter: 'github-pr-check'
github_token: ${{ secrets.GITHUB_TOKEN }}
clippy_flags: --workspace --all-features --tests

View File

@ -48,7 +48,7 @@ jobs:
timeout-minutes: 30
- name: Start Redis
uses: supercharge/redis-github-action@1.1.0
uses: supercharge/redis-github-action@1.5.0
with: { redis-version: 6 }
- name: cargo test