Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenByteDev committed Jun 5, 2023
1 parent 0be8dc8 commit 081b457
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Build
run: cargo build --target ${{ matrix.target }}

- name: Build test target
run: cargo build --target ${{ matrix.target }} --manifest-path "tests/helpers/test_target/Cargo.toml" --all-targets
- name: Build test payload
run: cargo build --target ${{ matrix.target }} --manifest-path "tests/helpers/test_payload/Cargo.toml" --all-targets

- name: Test
run: cargo test --target ${{ matrix.target }} --all-targets --all-features -- --nocapture

Expand Down

0 comments on commit 081b457

Please sign in to comment.