Skip to content

Commit

Permalink
ci: log rustc name
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Oct 29, 2023
1 parent 84a1e09 commit a3cf5ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Rust
- name: Install Rust (${{ matrix.version }})
uses: actions-rust-lang/[email protected]
with:
toolchain: ${{ matrix.version }}
Expand All @@ -44,7 +44,8 @@ jobs:

- name: Start Redis
uses: supercharge/[email protected]
with: { redis-version: 6 }
with:
redis-version: 6

- name: cargo test
run: cargo test --workspace --all-features --no-fail-fast --exclude=diesel-example -- --nocapture
Expand Down
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"auth/casbin",
"auth/cookie-auth",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit a3cf5ab

Please sign in to comment.