Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- stable
- beta
- nightly
- 1.61.0 # MSRV - keep in sync with what rustls considers MSRV
# MSRV - keep in sync with what rustls and rustls-platform-verifier
# consider MSRV
- 1.64.0
os: [ubuntu-latest]
# but only stable on macos/windows (slower platforms)
include:
Expand All @@ -42,6 +44,8 @@ jobs:
- env:
CARGO_UNSTABLE_HTTP_REGISTRY: true
run: make CC=${{ matrix.cc }} PROFILE=release test integration
- name: Platform verifier connect test
run: make connect-test

valgrind:
name: Valgrind
Expand Down
Loading