Dekejit/.forgejo/workflows/test.yaml

11 lines
187 B
YAML
Raw Normal View History

2025-01-27 00:50:12 +00:00
on: [push]
2025-01-27 00:47:54 +00:00
jobs:
test:
runs-on: docker
container:
2025-01-27 01:08:19 +00:00
image: rust:alpine
2025-01-27 00:47:54 +00:00
steps:
2025-01-27 01:16:23 +00:00
- run: apk add nodejs git
2025-01-27 01:15:03 +00:00
- uses: actions/checkout@v4
2025-01-27 01:02:28 +00:00
- run: cargo test