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