Skip to content

Commit

Permalink
ci: check that just install works
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafbeef authored and Rexagon committed Dec 12, 2024
1 parent d8ce8c4 commit ebb13e2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,23 @@ jobs:
- uses: extractions/setup-just@v2
- name: Clippy check
run: just lint
just_install:
name: just install works
needs: rustfmt
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v3
- name: Install Clang
run: sudo apt-get update && sudo apt-get install -y clang lld
- uses: dtolnay/rust-toolchain@stable
with:
components: "clippy,rustfmt"
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true
- uses: extractions/setup-just@v2
- name: Clippy check
run: just install

test:
name: Test with codecov
Expand Down

0 comments on commit ebb13e2

Please # to comment.