mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
ci: log rustc name
This commit is contained in:
parent
84a1e0974e
commit
a3cf5ab77b
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
|
||||
|
@ -1,4 +1,5 @@
|
||||
[workspace]
|
||||
resolver = "2"
|
||||
members = [
|
||||
"auth/casbin",
|
||||
"auth/cookie-auth",
|
||||
@ -65,10 +66,11 @@ members = [
|
||||
"websockets/echo-actorless",
|
||||
"websockets/echo",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
publish = false
|
||||
edition = "2021"
|
||||
rust-version = "1.72"
|
||||
|
||||
[workspace.dependencies]
|
||||
actix = "0.13"
|
||||
|
Loading…
Reference in New Issue
Block a user