mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-14 01:42:54 +01:00
Update codecov.yml
Install sendmail for tests on ubuntu
This commit is contained in:
parent
7809dc4aec
commit
67101c0a99
1 changed files with 5 additions and 0 deletions
5
.github/workflows/codecov.yml
vendored
5
.github/workflows/codecov.yml
vendored
|
@ -38,6 +38,11 @@ jobs:
|
||||||
- name: Checkout Code
|
- name: Checkout Code
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
|
|
||||||
|
- name: Install sendmail
|
||||||
|
if: matrix.go == 1.19 && matrix.os == 'ubuntu-latest'
|
||||||
|
run: |
|
||||||
|
apt install -y sendmail
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
go test -v -race --coverprofile=coverage.coverprofile --covermode=atomic ./...
|
go test -v -race --coverprofile=coverage.coverprofile --covermode=atomic ./...
|
||||||
|
|
Loading…
Reference in a new issue