Files
gravel/.gitea/workflows/cargo-test.yml
Kerdonov 6859f1cbd1
Some checks failed
Build the release program / Cargo build release (push) Failing after 1m19s
gitea workflow fix 2
2025-11-09 23:06:00 +02:00

23 lines
333 B
YAML

name: Test the running changes
on:
push:
branches: [ "dev" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
name: Test
runs-on: rust-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: cargo test
run: cargo test --verbose