Skip to content

Commit

Permalink
ci: Build examples as well as the regular code
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Jul 31, 2024
1 parent 2a605c9 commit 147e6fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Provision toolchain
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Build
run: cargo build --features test-vendored-openssl
run: cargo build --features test-vendored-openssl --examples
- name: Run tests
run: cargo test --features test-vendored-openssl --verbose
- name: Run integration tests
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Provision toolchain
run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- name: Build
run: cargo build --features test-vendored-openssl
run: cargo build --features test-vendored-openssl --examples
- name: Run tests
run: cargo test --features test-vendored-openssl --verbose

Expand Down

0 comments on commit 147e6fc

Please sign in to comment.