Briefly remove run step to allow re-caching rust build

This commit is contained in:
Tom Parker-Shemilt 2021-08-16 20:18:59 +01:00
parent 1166032139
commit c080cdceda

View file

@ -34,8 +34,8 @@ jobs:
results-
- 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