1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-20 11:36:11 -05:00

Temporarily skip cargo run so we can cache

This commit is contained in:
Tom Parker-Shemilt 2021-06-13 15:33:16 +01:00
parent b5f7a346f5
commit 9eb11c267a

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