mvw/.forgejo/workflows/ci.yml
ward b5cc0318c7
Some checks failed
CI / cargo test (push) Failing after 3s
Update .forgejo/workflows/ci.yml
2025-12-04 14:00:04 +00:00

30 lines
882 B
YAML

name: CI
on:
push:
pull_request:
jobs:
test:
name: cargo test
runs-on: docker
steps:
- uses: https://code.forgejo.org/actions/checkout@v6
- name: Super-linter
uses: super-linter/super-linter@v8.3.0 # x-release-please-version
env:
GITHUB_SERVER_URL: https://forgejo.wizeazz.nl
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# set validate all codebase to false to only check new or edited files
VALIDATE_ALL_CODEBASE: false
GITHUB_STATUS_REPORTER: ${{ !env.ACT }}
GITHUB_COMMENT_REPORTER: ${{ !env.ACT }}
VALIDATE_RUST_2024: true
VALIDATE_RUST_CLIPPY: true
VALIDATE_GTILEAKS: true
VALIDATE_TRIVY: true
- uses: https://github.com/dtolnay/rust-toolchain@stable
#- run: cargo test --all-features
- run: cargo run -- --help