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 9085bf3 commit bf6d637
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@ jobs:
- name: Install cross
uses: taiki-e/install-action@cross

- name: Build
run: cross build --all-features --lib --bins --tests --benches --examples --release --target=${{ matrix.target }}
- name: Build lib
run: cross build --all-features --lib --release --target=${{ matrix.target }}

- name: Build tests
run: cross build --all-features --tests --release --target=${{ matrix.target }}

- name: Build examples
run: cross build --all-features --examples --release --target=${{ matrix.target }}

test:
name: Test Suite
Expand Down

0 comments on commit bf6d637

Please sign in to comment.