Re-enable cargo run

This commit is contained in:
Tom Parker-Shemilt 2021-06-13 15:37:01 +01:00
parent 9eb11c267a
commit e7b335d8dd
1 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Get random cache id - name: Get random cache id
run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV run: echo "CACHE_ID=$((RANDOM))" >> $GITHUB_ENV
shell: bash shell: bash
- uses: pat-s/always-upload-cache@v2.1.3 - uses: pat-s/always-upload-cache@v2.1.5
with: with:
path: results/results.yaml path: results/results.yaml
key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ env.CACHE_ID }} key: results-${{ hashFiles('Cargo.lock') }}-${{ hashFiles('README.md') }}-${{ env.CACHE_ID }}
@ -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