Skip to content

Commit

Permalink
Clone repo in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jdygert-spok authored and sylvestre committed Jan 5, 2024
1 parent 52ed95f commit 5d701ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
matrix:
feature: [azure, gcs, gha, memcached, redis, s3, webdav]
steps:
- name: Clone repository
uses: actions/checkout@v4

- name: Check feature ${{ matrix.feature }}
run: cargo check --no-default-features --features ${{ matrix.feature }}

Expand Down

0 comments on commit 5d701ea

Please sign in to comment.