mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-03 05:07:38 +03:00
Fix-up
This commit is contained in:
parent
44a23f21ce
commit
c2cb732eef
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
|
@ -9,7 +9,7 @@ on:
|
|||
|
||||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
name: Lint
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -44,6 +44,10 @@ jobs:
|
|||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
- name: "Install libpam"
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libpam-dev
|
||||
- name: "Unit & module tests"
|
||||
run: |
|
||||
go test ./... -coverprofile=coverage.out -covermode=atomic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue