diff options
| author | alex <source@proof.construction> | 2023-06-11 16:30:01 -0500 |
|---|---|---|
| committer | alex <source@proof.construction> | 2023-06-11 16:30:01 -0500 |
| commit | f30f0bf148eab8b1a11fa7ee36f230e94aea417a (patch) | |
| tree | 2f766f68d6b350e0a16813aa4b114b06d51544e3 /.github | |
| parent | 30291a3c253f08a4191cfd544ba36867612ebb7a (diff) | |
chore(ci): add action step to check if lockfile is synced
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index bf2a041..1b244b1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -14,6 +14,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + - name: Fetch & maybe update Cargo.lock + run: cargo fetch --locked - name: Build run: cargo build --verbose - name: Run tests |
