Skip to content

Commit 5b92937

Browse files
committed
ci: do _not_ build with all features in CI to prevent repeated compilations
1 parent 8d0f17a commit 5b92937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions-rs/cargo@v1
6565
with:
6666
command: build
67-
args: --release --all-features
67+
args: --release
6868

6969
- name: Download test vectors from IETF site
7070
run: |

0 commit comments

Comments
 (0)