Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/COMBINE-lab/alevin-fry i…
Browse files Browse the repository at this point in the history
…nto develop
  • Loading branch information
rob-p committed May 10, 2022
2 parents 968dcbc + 4b1b5a5 commit 8eb7528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
jobs:
Formatting:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, macos-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:

build:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v2
Expand All @@ -40,7 +40,7 @@ jobs:

Linting:
if: "!contains(github.event.head_commit.message, 'skip ci')"
runs-on: ubuntu-latest
runs-on: [ubuntu-latest, macos-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 8eb7528

Please sign in to comment.