mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2024-11-20 11:36:11 -05:00
Re-enable run
This commit is contained in:
parent
2c951b59f0
commit
6a17b26a58
1 changed files with 5 additions and 5 deletions
10
.github/workflows/rust.yml
vendored
10
.github/workflows/rust.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue