Compare commits

...

2 commits

Author SHA1 Message Date
adc3dbb710 entrypoint: remove diagnostics
All checks were successful
/ test (push) Successful in 6s
2024-05-16 19:55:36 +01:00
b8636bc4fc test runs the project 2024-05-16 19:54:56 +01:00
2 changed files with 8 additions and 4 deletions

View file

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

View file

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