We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bbe44c commit d6c6ec6Copy full SHA for d6c6ec6
.github/workflows/ci.yml
@@ -40,6 +40,8 @@ jobs:
40
if: startsWith(matrix.os, 'macos')
41
run:
42
brew install tree openssl
43
+ - run: cargo test --package git-sec
44
+ if: startsWith(matrix.os, 'windows')
45
- name: "cargo check default features"
46
if: startsWith(matrix.os, 'windows')
47
uses: actions-rs/cargo@v1
0 commit comments