Change #12

Merged
hodasemi merged 10 commits from actions_testing into master 2023-08-15 09:34:30 +00:00
Showing only changes of commit 116f143fc7 - Show all commits

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