Skip to content

Commit

Permalink
fix ci: reinstate build and test for macos nightly and beta
Browse files Browse the repository at this point in the history
close #286
  • Loading branch information
edouardparis committed Apr 6, 2022
1 parent 00c489f commit bb1ba65
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ jobs:
override: true
profile: minimal
- name: Build on Rust ${{ matrix.toolchain }}
if: matrix.os != 'macos-latest' || matrix.toolchain != 'nightly' && matrix.toolchain != 'beta'
run: cargo build --release --verbose --color always
- name: Test on Rust ${{ matrix.toolchain }}
if: matrix.os != 'macos-latest' || matrix.toolchain != 'nightly' && matrix.toolchain != 'beta'
run: cargo test --release --verbose --color always

rustfmt_check:
Expand Down

0 comments on commit bb1ba65

Please sign in to comment.