Skip to content

Commit

Permalink
Run tests on macOS all the time
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Aug 18, 2023
1 parent 1f31cad commit 84b5081
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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'

0 comments on commit 84b5081

Please sign in to comment.