Revert "Briefly remove run step to allow re-caching rust build"

This reverts commit c080cdceda.
pull/1146/head^2
Tom Parker-Shemilt 3 years ago
parent c080cdceda
commit e3d0b8096c

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

Loading…
Cancel
Save