Skip to content

Commit eff5b9d

Browse files
committed
fix command in gh actions
1 parent 55abf2a commit eff5b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Build
1313
run: cargo build --verbose
1414
- name: Build with Rusttls
15-
run: cargo build --verbose --features rusttls
15+
run: cargo build --verbose --no-default-features --features rust-tls
1616
- name: Run tests
1717
run: cargo test --verbose

0 commit comments

Comments
 (0)