Just do the build step for cargo

This commit is contained in:
Tom Parker-Shemilt 2021-05-05 22:34:47 +01:00
parent 09d65b45e8
commit 4d36decd44
1 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ jobs:
results-${{ hashFiles('Cargo.lock') }}-
results-
- name: Build
run: cargo run
run: cargo build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RUST_LOG: warn