Version set to v0.2.5
All checks were successful
/ test (push) Successful in 39s

This commit is contained in:
Paul Campbell 2024-05-17 06:56:50 +01:00
parent d15458ca51
commit e684533f8e
2 changed files with 9 additions and 10 deletions

View file

@ -6,16 +6,16 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Test - name: Test
uses: https://git.kemitix.net/kemitix/rust@v0.2.4 uses: https://git.kemitix.net/kemitix/rust@v0.2.5
with: with:
args: test args: test
- name: Build - name: Build
uses: https://git.kemitix.net/kemitix/rust@v0.2.4 uses: https://git.kemitix.net/kemitix/rust@v0.2.5
with: with:
args: build args: build
- name: Run - name: Run
uses: https://git.kemitix.net/kemitix/rust@v0.2.4 uses: https://git.kemitix.net/kemitix/rust@v0.2.5
with: with:
args: run args: run

View file

@ -12,13 +12,12 @@ jobs:
test: test:
runs-on: docker runs-on: docker
steps: steps:
- uses: https://git.kemitix.net/kemitix/rust@main - uses: https://git.kemitix.net/kemitix/rust@v0.2.5
with: with:
args: test args: test
- uses: https://git.kemitix.net/kemitix/rust@main - uses: https://git.kemitix.net/kemitix/rust@v0.2.5
with: with:
args: build args: build
``` ```
## Contents ## Contents