From d245b79fdb7945c5807bf36c110bd2975d4ded21 Mon Sep 17 00:00:00 2001 From: Mattia Matteini Date: Wed, 3 Apr 2024 11:06:15 +0200 Subject: [PATCH] ci: add script for distribution tests --- .github/workflows/tolerance-tests.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/tolerance-tests.yml diff --git a/.github/workflows/tolerance-tests.yml b/.github/workflows/tolerance-tests.yml new file mode 100644 index 000000000..27fa9a1f7 --- /dev/null +++ b/.github/workflows/tolerance-tests.yml @@ -0,0 +1,26 @@ +name: Revue Tolerance Tests + +on: + push: + branches: [ '**', '!main' ] + + workflow_dispatch: + +defaults: + run: + shell: bash + +jobs: + + build: + strategy: + matrix: + os: + - ubuntu-latest + + # run on ubuntu, windows and macOS + runs-on: ${{ matrix.os }} + steps: + - uses: actions/checkout@v4 + - name: Run fault-tolerant tests + run: ./distribution-tests.sh