Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Dec 14, 2022
1 parent d935201 commit 367641e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cargo build --release -p test-no-std --features compose-macros,
cargo build --release -p test-no-std --features node-api,

cargo build --release --examples --all-features,
cargo build --release --workspace --examples --all-features,

cargo clippy --all --exclude test-no-std -- -D warnings,
cargo clippy --all-features --examples -- -D warnings,
Expand All @@ -61,7 +61,7 @@ jobs:

- name: Upload examples
uses: actions/upload-artifact@v3
if: matrix.check == 'cargo build --release --examples --all-features'
if: matrix.check == 'cargo build --release --workspace --examples --all-features'
with:
name: examples
path: |
Expand Down

0 comments on commit 367641e

Please sign in to comment.