Fingerlink/.forgejo/workflows/test.yml
Karcsesz 8dc3994648
Some checks failed
/ cargo test (push) Failing after 16s
Runs-on should be docker otherwise no runner is assigned
2024-03-17 22:52:26 +01:00

9 lines
No EOL
193 B
YAML

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