Skip to content

Commit c5be036

Browse files
committed
.github/workflows/cargo-build.yml
1 parent 7760093 commit c5be036

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

.github/workflows/cargo-build.yml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,27 @@ jobs:
6161
#make autoconf automake \
6262
#libtool gettext util-linux bash cmake clang
6363
64-
- name: cargo-br-tokio
64+
- name: cargo-c
6565
run: |
66-
make cargo-br-tokio
66+
make cargo-c
6767
68-
- name: cargo-br-async-std
68+
- name: cargo-b
6969
run: |
70-
make cargo-br-async-std
70+
make cargo-b
71+
72+
- name: cargo-b-release
73+
run: |
74+
make cargo-b-release
75+
76+
- name: cargo-build-release-tokio
77+
run: |
78+
make cargo-build-release-tokio
79+
80+
- name: cargo-build-release-async-std
81+
run: |
82+
make cargo-build-release-async-std
83+
84+
7185
7286
- name: Run tests
7387
run: source "$HOME/.cargo/env" && cargo test --verbose

0 commit comments

Comments
 (0)