We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4177249 commit 185d55cCopy full SHA for 185d55c
1 file changed
.github/workflows/rust.yml
@@ -17,6 +17,7 @@ jobs:
17
- uses: actions/checkout@v5
18
- uses: actions-rust-lang/setup-rust-toolchain@v1
19
with:
20
+ toolchain: 1.84.0
21
rustflags: ""
22
components: clippy,rustfmt
23
- name: Format check
@@ -40,6 +41,8 @@ jobs:
40
41
target/
42
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
43
44
+ with:
45
46
- name: Build
47
run: cargo build --locked --workspace --all-features --verbose
48
- name: Unit and lib tests
@@ -62,5 +65,7 @@ jobs:
62
65
63
66
64
67
68
69
70
- name: Full test suite (lib + integration e2e)
71
run: cargo test --locked --workspace --all-features --verbose -- --test-threads=2
0 commit comments