File tree Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Expand file tree Collapse file tree 1 file changed +11
-17
lines changed Original file line number Diff line number Diff line change 11name : CI pipeline
22
3- # [TODO]: This workflow is using a deprecated GH action (actions-rs/toolchain@v1). Need replacement.
4-
53on :
64 push :
75 branches :
1917 uses : actions/checkout@v4
2018
2119 - name : Install Rust
22- uses : actions-rs/ toolchain@v1
20+ uses : dtolnay/rust- toolchain@stable
2321 with :
24- toolchain : stable
2522 components : rustfmt, clippy
2623
2724 - name : Run formatter
3734 uses : actions/checkout@v4
3835
3936 - name : Install Rust
40- uses : actions-rs/toolchain@v1
41- with :
42- toolchain : stable
37+ uses : dtolnay/rust-toolchain@stable
4338
4439 - name : Run tests
4540 run : cargo test --workspace --all-targets
@@ -52,15 +47,14 @@ jobs:
5247 uses : actions/checkout@v4
5348
5449 - name : Install Rust
55- uses : actions-rs/toolchain@v1
56- with :
57- toolchain : stable
50+ uses : dtolnay/rust-toolchain@stable
5851
5952 - name : Build
60- run : cargo build --workspace --all-targets --release
61-
62- - name : Upload artifacts
63- uses : actions/upload-artifact@v4
64- with :
65- name : encryptify-artifacts
66- path : target/release
53+ run : cargo build --workspace --all-targets
54+ # run: cargo build --workspace --all-targets --release
55+
56+ # - name: Upload artifacts
57+ # uses: actions/upload-artifact@v4
58+ # with:
59+ # name: encryptify-artifacts
60+ # path: target/release
You can’t perform that action at this time.
0 commit comments