Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis authored Nov 1, 2024
1 parent 91b6aa5 commit cbdabb2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build
run: cross build --all-features --release --target=${{ matrix.target }}

build-examples:
build-all:
name: Build Examples
runs-on: ubuntu-latest
needs: [lints, docs]
Expand All @@ -45,8 +45,8 @@ jobs:
- name: Install stable toolchain
uses: dtolnay/rust-toolchain@stable

- name: Build examples
run: cargo build --examples
- name: Build
run: cargo build --all-features --all-targets --release

test:
name: Test Suite
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
runs-on: ubuntu-latest
environment: production
if: github.event_name == 'release'
needs: [build, build-examples, test, msrv, lints, docs, leaks, semver, min-versions, min-versions-msrv]
needs: [build, build-all, test, msrv, lints, docs, leaks, semver, min-versions, min-versions-msrv]
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit cbdabb2

Please sign in to comment.