2024-05-16 18:52:20 +01:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
test:
|
|
|
|
runs-on: docker
|
|
|
|
steps:
|
2024-05-16 19:47:20 +01:00
|
|
|
- name: Test
|
|
|
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.1
|
2024-05-16 18:52:20 +01:00
|
|
|
with:
|
|
|
|
args: test
|
2024-05-16 19:47:20 +01:00
|
|
|
- name: Build
|
|
|
|
uses: https://git.kemitix.net/kemitix/rust@v0.2.1
|
|
|
|
with:
|
|
|
|
args: build
|