Fingerlink/.forgejo/workflows/test.yml
Karcsesz 5ee9cac916
All checks were successful
/ cargo test (push) Successful in 34s
Locally mirrored actions are all called actions/
2024-03-17 23:11:43 +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: actions/rust-toolchain@stable
- run: cargo test --all-features