1
0
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:
Rob Ede
2023-10-29 02:32:37 +00:00
parent 84a1e0974e
commit a3cf5ab77b
2 changed files with 6 additions and 3 deletions

View File

@ -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