Skip to content

Commit c61afb2

Browse files
refactor(gb-infra): Rename CI/CD workflow to GBCI and adjust branch configurations; add temporary SSL verification disable step
1 parent fb1fb52 commit c61afb2

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.forgejo/workflows/node.yaml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Install Rust
20-
uses: actions-rs/toolchain@v1
21-
with:
22-
toolchain: stable
23-
profile: minimal
24-
override: true
25-
components: rustfmt, clippy
20+
uses: dtolnay/rust-toolchain@stable
2621

2722
- name: Cache cargo registry
2823
uses: actions/cache@v3
@@ -39,13 +34,13 @@ jobs:
3934
uses: actions-rs/cargo@v1
4035
with:
4136
command: build
42-
args: --release --locked
37+
args: --workspace --release --locked
4338

44-
- name: Run tests
45-
uses: actions-rs/cargo@v1
46-
with:
47-
command: test
48-
args: --release
39+
# - name: Run tests
40+
# uses: actions-rs/cargo@v1
41+
# with:
42+
# command: test
43+
# args: --release
4944

5045
- name: Deploy binary
5146
run: |

0 commit comments

Comments
 (0)