Update test.yml

This commit is contained in:
Alexis Mousset
2019-11-30 11:44:29 +00:00
committed by GitHub
parent da7b701e60
commit 1c879718cf

View File

@@ -39,7 +39,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- run: sudo apt-get install postfix
- run: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install postfix
- run: smtp-sink 2525 1000&
- uses: actions-rs/cargo@v1
with: