We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7760093 commit c5be036Copy full SHA for c5be036
.github/workflows/cargo-build.yml
@@ -61,13 +61,27 @@ jobs:
61
#make autoconf automake \
62
#libtool gettext util-linux bash cmake clang
63
64
- - name: cargo-br-tokio
+ - name: cargo-c
65
run: |
66
- make cargo-br-tokio
+ make cargo-c
67
68
- - name: cargo-br-async-std
+ - name: cargo-b
69
70
- make cargo-br-async-std
+ make cargo-b
71
+
72
+ - name: cargo-b-release
73
+ run: |
74
+ make cargo-b-release
75
76
+ - name: cargo-build-release-tokio
77
78
+ make cargo-build-release-tokio
79
80
+ - name: cargo-build-release-async-std
81
82
+ make cargo-build-release-async-std
83
84
85
86
- name: Run tests
87
run: source "$HOME/.cargo/env" && cargo test --verbose
0 commit comments