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

Temporarily disable run to get cache fixed

This commit is contained in:
Tom Parker-Shemilt 2022-06-11 10:29:34 +01:00
parent 36a053a73d
commit 2c951b59f0

View file

@ -37,8 +37,8 @@ jobs:
run: cargo fmt -- --check run: cargo fmt -- --check
- 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