michalvankodev-site/.gitea/workflows/test.yaml
Michal Vanko 43ca7d4c56
Some checks failed
test / cargo test (push) Failing after 1m16s
test workflow
2024-09-17 19:27:08 +02:00

12 lines
227 B
YAML

name: test
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: cargo test --all-features