Skip to content

Commit d6c6ec6

Browse files
committed
turn on fast windows testing of git-sec for now (#386)
1 parent 7bbe44c commit d6c6ec6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
if: startsWith(matrix.os, 'macos')
4141
run:
4242
brew install tree openssl
43+
- run: cargo test --package git-sec
44+
if: startsWith(matrix.os, 'windows')
4345
- name: "cargo check default features"
4446
if: startsWith(matrix.os, 'windows')
4547
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)