Skip to content

Commit

Permalink
Merge pull request #80 from alexrudy/feature/server-is-builder
Browse files Browse the repository at this point in the history
Server is its own Builder
  • Loading branch information
alexrudy authored Jun 24, 2024
2 parents 6f14b71 + 77de806 commit 09c4ec5
Show file tree
Hide file tree
Showing 17 changed files with 438 additions and 192 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: cargo check
run: cargo check --all-targets --all-features
- name: cargo hack check
run: cargo hack check --no-private --feature-powerset --no-dev-deps --skip docs,axum,sni
run: cargo hack check --no-private --feature-powerset --no-dev-deps --skip docs,axum,sni,tls-ring,tls-aws-lc
hack: true
- name: cargo hack check --each-feature
run: cargo hack check --no-private --each-feature --no-dev-deps
Expand Down Expand Up @@ -91,10 +91,10 @@ jobs:
toolchain: ${{ matrix.toolchain }}

- name: Build cargo tests
run: cargo test --all-features --no-run
run: cargo test --features axum,sni,tls,tls-ring --no-run

- name: Run cargo test
run: cargo test --all-features
run: cargo test --features axum,sni,tls,tls-ring

lints:
name: Lints
Expand Down
216 changes: 215 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 09c4ec5

Please sign in to comment.