Temporarily skip cargo run so we can cache

This commit is contained in:
Tom Parker-Shemilt 2021-06-13 15:33:16 +01:00
parent b5f7a346f5
commit 9eb11c267a
1 changed files with 5 additions and 5 deletions

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