build and test
Some checks failed
/ test (push) Failing after 3s

This commit is contained in:
Paul Campbell 2024-05-16 19:47:20 +01:00
parent 37ddea7767
commit b3f58576c6

View file

@ -3,7 +3,11 @@ jobs:
test:
runs-on: docker
steps:
- name: Test Rust image
uses: https://git.kemitix.net/kemitix/rust@v0.2.0
- name: Test
uses: https://git.kemitix.net/kemitix/rust@v0.2.1
with:
args: test
- name: Build
uses: https://git.kemitix.net/kemitix/rust@v0.2.1
with:
args: build