mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
ci: log rustc name
This commit is contained in:
5
.github/workflows/linux.yml
vendored
5
.github/workflows/linux.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install Rust
|
||||
- name: Install Rust (${{ matrix.version }})
|
||||
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
|
||||
with:
|
||||
toolchain: ${{ matrix.version }}
|
||||
@ -44,7 +44,8 @@ jobs:
|
||||
|
||||
- name: Start Redis
|
||||
uses: supercharge/redis-github-action@1.5.0
|
||||
with: { redis-version: 6 }
|
||||
with:
|
||||
redis-version: 6
|
||||
|
||||
- name: cargo test
|
||||
run: cargo test --workspace --all-features --no-fail-fast --exclude=diesel-example -- --nocapture
|
||||
|
Reference in New Issue
Block a user