Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zabackary authored Sep 30, 2024
1 parent deff847 commit 28715cf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Rust
name: CI

on:
push:
Expand All @@ -16,5 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: rustup toolchain install stable --profile minimal
- uses: Swatinem/rust-cache@v2.7.3
with:
save-if: ${{ github.ref == 'refs/heads/master' }}
- name: Check
run: cargo check --verbose

0 comments on commit 28715cf

Please sign in to comment.