1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-02-09 14:15:02 +02:00

Re-enable run

This commit is contained in:
Tom Parker-Shemilt 2022-06-11 10:33:22 +01:00
parent 2c951b59f0
commit 6a17b26a58

View File

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