Skip to content

Commit

Permalink
feat: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ralvescosta committed May 2, 2024
1 parent 3382090 commit 337b496
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: 🔑 SSH agent
uses: webfactory/ssh-agent@v0.5.4

- name: ⚡ Cache
uses: actions/cache@v3
continue-on-error: false
Expand Down Expand Up @@ -55,7 +52,7 @@ jobs:
- name: 🔎 Run tests
run: |
cargo tarpaulin --workspace --timeout 120 --skip-clean --out xml
cargo tarpaulin --workspace --timeout 120 --skip-clean --exclude-files "examples/*" --out xml
- name: ☁ Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 337b496

Please sign in to comment.