summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2021-04-04 19:58:02 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2021-04-04 19:58:02 -0400
commit168f3a5e68780c37f4070ea9d42ac70bd0158292 (patch)
tree92d7a1c9dcac42599357097c53caccfbdcaa8105
parent8ae619d45b39e70d85215795b5e91e3944a30fc9 (diff)
remove running tests with tls
-rw-r--r--.github/workflows/rust.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 1cba5e0..ebf0375 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -24,7 +24,7 @@ jobs:
run: cd ipfs-api; cargo build --verbose --features with-actix --no-default-features
- name: Run tests (Actix)
run: cd ipfs-api; cargo test --verbose --features with-actix --no-default-features
+ - name: Build (Hyper with tls)
+ run: cd ipfs-api; cargo build --verbose --features with-hyper-tls --no-default-features
- name: Build (Hyper with rustls)
run: cd ipfs-api; cargo build --verbose --features with-hyper-rustls --no-default-features
- - name: Run tests (Hyper with rustls)
- run: cd ipfs-api; cargo test --verbose --features with-hyper-rustls --no-default-features