Compare commits

..

No commits in common. "adc3dbb7101b599f8a709580ccb154fad0edc821" and "e4f0032f1a4e3c63d8455228ced71505caf865bd" have entirely different histories.

2 changed files with 4 additions and 8 deletions

View file

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

View file

@ -2,4 +2,6 @@
set -e
pwd
ls -l
cargo ${INPUT_ARGS}