X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=.github%2Fworkflows%2Ftest.yml;fp=.github%2Fworkflows%2Ftest.yml;h=61973dfe6f9e841a6de70f6d9c505e280df3b528;hp=90788d71cea171c1bf5577d2cdf159faf75d09f8;hb=1287fc13ccdf96cd18a391d53ce9b47c29b198e2;hpb=41c83ed14fa28a723d666ff8dc8971d67abee276 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90788d71..61973dfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,24 @@ jobs: path: /tmp/logs/tests.*.tar.gz if: always() + muon: + runs-on: ubuntu-22.04 + timeout-minutes: 20 + container: + image: debian:bullseye-slim + env: + CI: 1 + + steps: + - name: Checkout code + uses: actions/checkout@v1 + + - name: Install dependencies + run: SKIP_OPENSSL3=1 SKIP_MESON=1 .ci/deps.sh libpkgconf-dev + + - name: Compatibility with muon + run: ./.ci/muon/run.sh + analysis: runs-on: ubuntu-22.04 timeout-minutes: 30