rust/.forgejo/workflows/test.yml
Renovate Bot 4290e2def0
Some checks failed
/ test (push) Failing after 1h19m10s
chore(deps): update kemitix/rust action to v1.80.1
2024-08-10 20:01:54 +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.1
with:
args: test
- name: Build
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
with:
args: build
- name: Run
uses: https://git.kemitix.net/kemitix/rust@v1.80.1
with:
args: run