Skip to content

Commit d622a6a

Browse files
committed
.github/workflows/cargo-build.yml
1 parent 627d108 commit d622a6a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/cargo-build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,10 @@ jobs:
7373
run: |
7474
make cargo-b-release
7575
76-
- name: cargo-build-release-tokio
77-
run: |
78-
make cargo-build-release-tokio
79-
8076
- name: cargo-build-release-async-std
8177
run: |
8278
make cargo-build-release-async-std
8379
84-
85-
8680
- name: Run tests
8781
run: source "$HOME/.cargo/env" && cargo test --verbose
8882

0 commit comments

Comments
 (0)