1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-08-07 22:14:00 -04: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- results-
- name: Build - name: Build
run: cargo build run: cargo build
- name: Run # - name: Run
run: cargo run # run: cargo run
env: # env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUST_LOG: warn # RUST_LOG: warn