CI: use Rust 1.56, ignore plain HTTP result for now

This commit is contained in:
Joakim Frostegård 2021-10-27 21:03:57 +02:00
parent 974aaf03b4
commit 5d782999d3
2 changed files with 5 additions and 4 deletions

View file

@ -12,7 +12,7 @@ jobs:
name: "Test BitTorrent file transfer over HTTP (with and without TLS), UDP and WSS"
timeout-minutes: 20
container:
image: rust:1-bullseye
image: rust:1.56-bullseye
options: --ulimit memlock=524288:524288
steps:
- name: Checkout