mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41: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:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install Rust
|
- name: Install Rust (${{ matrix.version }})
|
||||||
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
|
uses: actions-rust-lang/setup-rust-toolchain@v1.5.0
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.version }}
|
toolchain: ${{ matrix.version }}
|
||||||
@ -44,7 +44,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Start Redis
|
- name: Start Redis
|
||||||
uses: supercharge/redis-github-action@1.5.0
|
uses: supercharge/redis-github-action@1.5.0
|
||||||
with: { redis-version: 6 }
|
with:
|
||||||
|
redis-version: 6
|
||||||
|
|
||||||
- name: cargo test
|
- name: cargo test
|
||||||
run: cargo test --workspace --all-features --no-fail-fast --exclude=diesel-example -- --nocapture
|
run: cargo test --workspace --all-features --no-fail-fast --exclude=diesel-example -- --nocapture
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
|
resolver = "2"
|
||||||
members = [
|
members = [
|
||||||
"auth/casbin",
|
"auth/casbin",
|
||||||
"auth/cookie-auth",
|
"auth/cookie-auth",
|
||||||
@ -65,10 +66,11 @@ members = [
|
|||||||
"websockets/echo-actorless",
|
"websockets/echo-actorless",
|
||||||
"websockets/echo",
|
"websockets/echo",
|
||||||
]
|
]
|
||||||
resolver = "2"
|
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
|
publish = false
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
rust-version = "1.72"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
actix = "0.13"
|
actix = "0.13"
|
||||||
|
Loading…
Reference in New Issue
Block a user