Re-enable run

pull/1297/head
Tom Parker-Shemilt 2 years ago
parent 2c951b59f0
commit 6a17b26a58

@ -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

Loading…
Cancel
Save