Skip to content

Commit ad6c414

Browse files
committed
ci: remove unnecessary condition for building cargo-credential-*
1 parent 61a513c commit ad6c414

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,10 @@ jobs:
128128
- run: cargo test -p home
129129
- run: cargo test -p mdman
130130
- run: cargo build -p cargo-credential-1password
131-
- run: cargo build -p cargo-credential-gnome-secret
132-
if: matrix.os == 'ubuntu-latest'
133131
- run: cargo build -p cargo-credential-macos-keychain
134-
if: matrix.os == 'macos-latest'
135132
- run: cargo build -p cargo-credential-wincred
136-
if: matrix.os == 'windows-latest'
133+
- run: cargo build -p cargo-credential-gnome-secret
134+
if: matrix.os == 'ubuntu-latest'
137135
- name: Check benchmarks
138136
run: |
139137
# This only tests one benchmark since it can take over 10 minutes to

0 commit comments

Comments
 (0)