rust/.forgejo/workflows/test.yml
Renovate Bot b51a3e44d0
Some checks failed
/ test (push) Failing after 8s
chore(deps): update kemitix/rust action to v1
2024-08-02 18:46:25 +00:00

21 lines
432 B
YAML

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