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 cbdabb2 commit ca1992c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-all:
build-examples:
name: Build Examples
runs-on: ubuntu-latest
needs: [lints, docs]
Expand All @@ -46,7 +46,7 @@ jobs:
uses: dtolnay/rust-toolchain@stable

- name: Build
run: cargo build --all-features --all-targets --release
run: cargo build --examples --all-features --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-all, test, msrv, lints, docs, leaks, semver, min-versions, min-versions-msrv]
needs: [build, build-examples, 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 ca1992c

Please sign in to comment.