1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-03 05:10:17 +02:00

Add run as separate step

This commit is contained in:
Tom Parker-Shemilt 2021-05-05 22:45:44 +01:00
parent 4d36decd44
commit 5b46fba714

View File

@ -30,6 +30,8 @@ jobs:
results-
- name: Build
run: cargo build
- name: Run
run: cargo run
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUST_LOG: warn