Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Jan 13, 2024
1 parent 2623d7f commit 3bf764a
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 138 deletions.
25 changes: 5 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,13 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install rust
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
profile: minimal
override: true
- name: Install cargo-make
uses: actions-rs/cargo@v1
with:
command: install
args: --debug cargo-make
run: cargo install --debug cargo-make
- name: Run CI
if: matrix.rust != 'nightly'
uses: actions-rs/cargo@v1
with:
command: make
args: --no-workspace workspace-ci-flow
- name: Run CI (Allow Failures)
if: matrix.rust == 'nightly'
continue-on-error: true
uses: actions-rs/cargo@v1
with:
command: make
args: --no-workspace workspace-ci-flow
run: cargo make -no-workspace workspace-ci-flow

Loading

0 comments on commit 3bf764a

Please sign in to comment.