risp/.gitea/workflows/action.yml
philipp 4c5638e50c
All checks were successful
CI/CD Pipeline / test (push) Successful in 1m27s
try ci w/o cache
2024-02-06 11:38:02 +01:00

26 lines
672 B
YAML

name: CI/CD Pipeline
on: push
jobs:
test:
runs-on: ubuntu-latest
container: git.hofer.link/ruderverein-donau-linz/rowing-ci:20240118
steps:
- uses: actions/checkout@v3
# - name: Set up cargo cache
# uses: actions/cache@v3
# with:
# path: |
# ~/.cargo/bin/
# ~/.cargo/registry/index/
# ~/.cargo/registry/cache/
# ~/.cargo/git/db/
# target/
# key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }}
# restore-keys: ${{ runner.os }}-cargo-debug-
- name: Tests
run: cargo test --verbose