2024-05-16 17:52:20 +00:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: docker
|
|
|
|
steps:
|
2024-05-16 18:53:35 +00:00
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
2024-05-16 18:47:20 +00:00
|
|
|
- name: Test
|
2024-05-16 18:53:35 +00:00
|
|
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.3
|
2024-05-16 17:52:20 +00:00
|
|
|
with:
|
|
|
|
args: test
|
2024-05-16 18:47:20 +00:00
|
|
|
- name: Build
|
2024-05-16 18:53:35 +00:00
|
|
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.3
|
2024-05-16 18:47:20 +00:00
|
|
|
with:
|
|
|
|
args: build
|