1
0
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:
Tom Parker-Shemilt 2021-08-16 20:21:50 +01:00
parent c080cdceda
commit e3d0b8096c

View File

@ -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