.gitea/workflows/test.yaml aktualisiert

This commit is contained in:
hodasemi 2023-08-15 08:25:05 +02:00
parent 5fd3aa2939
commit 0385546b6a

View file

@ -19,8 +19,10 @@ jobs:
- name: Build
uses: actions-rs/cargo@v1
run: cargo build
with:
command: build
- name: Run tests
uses: actions-rs/cargo@v1
run: cargo test
with:
command: test