From 84b508141f98111c57556032942cbcb63f86c7e7 Mon Sep 17 00:00:00 2001 From: Nazar Mokrynskyi Date: Fri, 18 Aug 2023 08:51:40 +0300 Subject: [PATCH] Run tests on macOS all the time --- .github/workflows/rust.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ec24c0c26c..f2e9d1da5b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -12,12 +12,6 @@ on: - '**.md' - '.github/CODEOWNERS' workflow_dispatch: - inputs: - test-macos: - description: 'Whether to run macOS tests' - required: true - default: false - type: boolean concurrency: group: rust-${{ github.workflow }}-${{ github.ref }} @@ -172,4 +166,3 @@ jobs: uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # @v1.0.1 with: command: test - if: runner.os != 'macOS' || inputs.test-macos == true || github.ref == 'refs/heads/main'