Dekejit/.forgejo/workflows/test.yaml
deke 8f0b09bb70
Some checks failed
/ test (push) Failing after 20s
Update .forgejo/workflows/test.yaml
2025-01-27 01:02:28 +00:00

9 lines
155 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: rust:latest
steps:
- uses: actions/checkout@v3
- run: cargo test