rust/.forgejo/workflows/test.yml
Paul Campbell e4f0032f1a
All checks were successful
/ test (push) Successful in 6s
test should checkout the project
2024-05-16 19:53:35 +01:00

15 lines
317 B
YAML

on: [push]
jobs:
test:
runs-on: docker
steps:
- uses: actions/checkout@v4
- name: Test
uses: https://git.kemitix.net/kemitix/rust@v0.2.3
with:
args: test
- name: Build
uses: https://git.kemitix.net/kemitix/rust@v0.2.3
with:
args: build