Skip to content

Commit

Permalink
ci: update continuous integration
Browse files Browse the repository at this point in the history
  • Loading branch information
fspoettel authored Nov 8, 2024
1 parent 1d46931 commit fe89ad7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ env:
CARGO_TERM_COLOR: always

jobs:
test:
ci:
runs-on: ubuntu-latest
name: CI
name: Continuous Integration
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up cargo cache
uses: actions/cache@v3
uses: actions/cache@v4
continue-on-error: false
with:
path: |
Expand Down

0 comments on commit fe89ad7

Please sign in to comment.