Skip to content

Commit

Permalink
ci: remove unnecessary condition for building cargo-credential-*
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Apr 24, 2023
1 parent 3bac13f commit 23ed6d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,10 @@ jobs:
- run: cargo test -p home
- run: cargo test -p mdman
- run: cargo build -p cargo-credential-1password
- run: cargo build -p cargo-credential-gnome-secret
if: matrix.os == 'ubuntu-latest'
- run: cargo build -p cargo-credential-macos-keychain
if: matrix.os == 'macos-latest'
- run: cargo build -p cargo-credential-wincred
if: matrix.os == 'windows-latest'
- run: cargo build -p cargo-credential-gnome-secret
if: matrix.os == 'ubuntu-latest'
- name: Check benchmarks
run: |
# This only tests one benchmark since it can take over 10 minutes to
Expand Down

0 comments on commit 23ed6d4

Please sign in to comment.