From 47203873c0fc284b69a6c5c8d709e90d69554637 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 May 2020 18:34:33 -0700 Subject: Configure Kerberos tests for CI Install a full MIT Kerberos KDC when running CI tests with the MIT library and generate the files required to run the full test suite. --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1d889ea..737860c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -33,6 +33,9 @@ jobs: - uses: actions/checkout@v2 - name: install run: sudo ci/install + - name: kdc-setup-mit + run: sudo ci/kdc-setup-mit + if: matrix.kerberos == 'mit' - name: test run: ci/test env: -- cgit v1.2.3