X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=.github%2Fworkflows%2Ftest.yml;h=be2401f1fe94afa12f55076cbde429bf34916c80;hb=a4b5665643d48596b2659dbd69fe8e9b2a944e35;hp=3961cae216a676f8337d730527d960441cdadd24;hpb=53b239863ea0a44270d877945fa2014ec626ad01;p=tinc diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3961cae2..be2401f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -143,7 +143,7 @@ jobs: - name: Upload test results uses: actions/upload-artifact@v2 with: - name: tests_${{ env.ARTIFACT }} + name: tests_sanitizer_${{ matrix.sanitizer }} path: /tmp/logs/tests.*.tar.gz if: always() @@ -259,11 +259,6 @@ jobs: - name: Run tests with default settings run: sh .ci/test/run.sh default - - name: Run clang-tidy - run: | - export PATH="$PATH:$(brew --prefix llvm)/bin:$HOME/Library/Python/3.9/bin" - sh .ci/tidy/run.sh - - name: Run tests without legacy protocol run: sh .ci/test/run.sh nolegacy if: always() @@ -290,6 +285,8 @@ jobs: # https://packages.msys2.org/package/ install: >- base-devel + autoconf-wrapper + automake-wrapper mingw-w64-x86_64-gcc mingw-w64-x86_64-openssl mingw-w64-x86_64-libgcrypt @@ -300,7 +297,7 @@ jobs: mingw-w64-x86_64-miniupnpc mingw-w64-x86_64-nsis git - netcat + openbsd-netcat procps - name: Checkout code