mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-12-02 02:56:33 +02:00
Revert "Briefly remove run step to allow re-caching rust build"
This reverts commit c080cdceda
.
This commit is contained in:
parent
c080cdceda
commit
e3d0b8096c
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 New Issue
Block a user