mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-10 06:14:13 +00:00
Briefly remove run step to allow re-caching rust build
This commit is contained in:
parent
1166032139
commit
c080cdceda
1 changed files with 5 additions and 5 deletions
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
|
@ -34,8 +34,8 @@ jobs:
|
|||
results-
|
||||
- name: Build
|
||||
run: cargo build
|
||||
- name: Run
|
||||
run: cargo run
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
RUST_LOG: warn
|
||||
# - name: Run
|
||||
# run: cargo run
|
||||
# env:
|
||||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
# RUST_LOG: warn
|
||||
|
|
Loading…
Reference in a new issue