Skip to content

Commit 55abf2a

Browse files
committed
update gh actions
1 parent 29fc1f0 commit 55abf2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ jobs:
1111
- uses: actions/checkout@v1
1212
- name: Build
1313
run: cargo build --verbose
14+
- name: Build with Rusttls
15+
run: cargo build --verbose --features rusttls
1416
- name: Run tests
1517
run: cargo test --verbose

0 commit comments

Comments
 (0)