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: test:
runs-on: docker runs-on: docker
steps: steps:
- name: Test Rust image - name: Test
uses: https://git.kemitix.net/kemitix/rust@v0.2.0 uses: https://git.kemitix.net/kemitix/rust@v0.2.1
with: with:
args: test args: test
- name: Build
uses: https://git.kemitix.net/kemitix/rust@v0.2.1
with:
args: build