We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fc1f0 commit 55abf2aCopy full SHA for 55abf2a
.github/workflows/rust.yml
@@ -11,5 +11,7 @@ jobs:
11
- uses: actions/checkout@v1
12
- name: Build
13
run: cargo build --verbose
14
+ - name: Build with Rusttls
15
+ run: cargo build --verbose --features rusttls
16
- name: Run tests
17
run: cargo test --verbose
0 commit comments