Skip to content

Commit

Permalink
Fix: check.yml
Browse files Browse the repository at this point in the history
kanarus committed Dec 25, 2023

Verified

This commit was signed with the committer’s verified signature.
JLLeitschuh Jonathan Leitschuh
1 parent b8d6435 commit f64d1c9
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -25,13 +25,8 @@ jobs:
override: true

- name: Check ohkami's buildability
uses: actions-rs/cargo@v1
with:
command: check
args: --features rt_${{ matrix.rt }}${{ matrix.x == '' && '' || ',' }}${{ matrix.x }}${{ matrix.toolchain == 'nightly' && ',nightly' || '' }},DEBUG

run: cargo check --features rt_${{ matrix.rt }}${{ matrix.x == '' && '' || ',' }}${{ matrix.x }}${{ matrix.toolchain == 'nightly' && ',nightly' || '' }},DEBUG

- name: Check examples' buildablity
working-directory: examples
uses: actions-rs/cargo@v1
with:
command: check
run: cargo check

0 comments on commit f64d1c9

Please sign in to comment.