Update test.yml

This commit is contained in:
Alexis Mousset
2019-11-30 11:41:03 +00:00
committed by GitHub
parent fe79b27b44
commit da7b701e60

View File

@@ -39,9 +39,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- uses: mstksg/get-package@v1
with:
apt-get: postfix
- run: sudo apt-get install postfix
- run: smtp-sink 2525 1000&
- uses: actions-rs/cargo@v1
with:
@@ -74,7 +72,6 @@ jobs:
matrix:
rust:
- stable
- beta
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1