|
|
@ -23,13 +23,13 @@ jobs:
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
uses: actions/checkout@v3
|
|
|
|
|
|
|
|
|
|
|
|
- name: Publish
|
|
|
|
- name: Publish
|
|
|
|
uses: actions-rs/cargo@v1
|
|
|
|
uses: https://github.com/actions-rs/cargo@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
command: build
|
|
|
|
command: build
|
|
|
|
args: --release --all-features
|
|
|
|
args: --release --all-features
|
|
|
|
|
|
|
|
|
|
|
|
- name: Run
|
|
|
|
- name: Run
|
|
|
|
uses: actions-rs/cargo@v1
|
|
|
|
uses: https://github.com/actions-rs/cargo@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
command: run
|
|
|
|
command: run
|
|
|
|
args: -r
|
|
|
|
args: -r
|