Just do the build step for cargo

pull/1080/head
Tom Parker-Shemilt 3 years ago
parent 09d65b45e8
commit 4d36decd44

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

Loading…
Cancel
Save