ci: update continuous integration

This commit is contained in:
Felix Spöttel
2024-11-08 16:36:18 +01:00
committed by GitHub
parent 1d46931242
commit fe89ad7990

View File

@@ -6,13 +6,13 @@ env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always
jobs: jobs:
test: ci:
runs-on: ubuntu-latest runs-on: ubuntu-latest
name: CI name: Continuous Integration
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up cargo cache - name: Set up cargo cache
uses: actions/cache@v3 uses: actions/cache@v4
continue-on-error: false continue-on-error: false
with: with:
path: | path: |