rust/.forgejo/workflows/test.yml

22 lines
423 B
YAML
Raw Normal View History

2024-05-16 18:52:20 +01:00
on: [push]
jobs:
test:
runs-on: docker
steps:
2024-05-16 19:53:35 +01:00
- uses: actions/checkout@v4
2024-05-16 19:47:20 +01:00
- name: Test
2024-08-11 07:15:31 +01:00
uses: https://git.kemitix.net/kemitix/rust@main
2024-05-16 18:52:20 +01:00
with:
args: test
2024-05-16 19:54:56 +01:00
2024-05-16 19:47:20 +01:00
- name: Build
2024-08-11 07:15:31 +01:00
uses: https://git.kemitix.net/kemitix/rust@main
2024-05-16 19:47:20 +01:00
with:
args: build
2024-05-16 19:54:56 +01:00
- name: Run
2024-08-11 07:15:31 +01:00
uses: https://git.kemitix.net/kemitix/rust@main
2024-05-16 19:54:56 +01:00
with:
args: run