Skip to content

Commit

Permalink
ci: cd example && make all
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Jan 19, 2025
1 parent b97ebfe commit b056866
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
run: cargo clippy --target ${{ matrix.targets }} ${{ matrix.features }} -- -D warnings
- name: Build
run: cargo build --target ${{ matrix.targets }} ${{ matrix.features }}
- name: Unit test
if: ${{ matrix.targets == 'x86_64-unknown-linux-gnu' }}
run: cargo test --target ${{ matrix.targets }} ${{ matrix.features }} -- --nocapture
- name: Run Example
run: cd example && make all

0 comments on commit b056866

Please sign in to comment.