mirror of
https://github.com/timvisee/ffsend.git
synced 2025-10-03 09:39:15 +02:00
Only install CA certificates for public Send test
This commit is contained in:
parent
941ee52ab5
commit
d6dbc66941
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ test-public:
|
||||||
RUST_TARGET: x86_64-unknown-linux-musl
|
RUST_TARGET: x86_64-unknown-linux-musl
|
||||||
before_script:
|
before_script:
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get install -y openssl
|
- apt-get install -y ca-certificates
|
||||||
script:
|
script:
|
||||||
# Generate random file, upload/download and assert equality
|
# Generate random file, upload/download and assert equality
|
||||||
- "head -c8m </dev/urandom >test.txt"
|
- "head -c8m </dev/urandom >test.txt"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue