This repository has been archived on 2025-08-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Alexandria/.forgejo/workflows/test.yml
Ninjdai 2803891108
Some checks failed
/ ls (push) Has been cancelled
feat: forgejo test action
2025-08-09 18:01:09 +02:00

8 lines
227 B
YAML

on: [push, pull_request]
jobs:
ls:
runs-on: docker
steps:
- uses: actions/checkout@v4
- uses: https://github.com/moonrepo/setup-rust@v1
- run: JWT_SECRET="$(./scripts/generate_secret.sh)" cargo test