We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a513c commit ad6c414Copy full SHA for ad6c414
.github/workflows/main.yml
@@ -128,12 +128,10 @@ jobs:
128
- run: cargo test -p home
129
- run: cargo test -p mdman
130
- run: cargo build -p cargo-credential-1password
131
- - run: cargo build -p cargo-credential-gnome-secret
132
- if: matrix.os == 'ubuntu-latest'
133
- run: cargo build -p cargo-credential-macos-keychain
134
- if: matrix.os == 'macos-latest'
135
- run: cargo build -p cargo-credential-wincred
136
- if: matrix.os == 'windows-latest'
+ - run: cargo build -p cargo-credential-gnome-secret
+ if: matrix.os == 'ubuntu-latest'
137
- name: Check benchmarks
138
run: |
139
# This only tests one benchmark since it can take over 10 minutes to
0 commit comments