diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e6fed2a07..04bbf61c31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,21 @@ jobs: with: fail_ci_if_error: true + unittest-macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2 + - name: Set up Python 3.9 + uses: actions/setup-python@v2 + with: + python-version: 3.9 + - name: Install dependencies + run: | + ./bootstrap.sh + - name: Generic Unittests + run: | + ./test_reframe.py + modulestest: runs-on: ubuntu-latest strategy: