mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-01-19 05:49:19 +02:00
Add run as separate step
This commit is contained in:
parent
4d36decd44
commit
5b46fba714
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -30,6 +30,8 @@ jobs:
|
|||||||
results-
|
results-
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build
|
run: cargo build
|
||||||
|
- name: Run
|
||||||
|
run: cargo run
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
RUST_LOG: warn
|
RUST_LOG: warn
|
||||||
|
Loading…
x
Reference in New Issue
Block a user