Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adgaultier committed Jan 4, 2025
1 parent 9fc68df commit 320d2c9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@just

- uses: cargo-bins/cargo-binstall@main
- uses: dtolnay/rust-toolchain@stable
with:
Expand All @@ -19,9 +20,11 @@ jobs:

- run: cargo binstall -y bpf-linker

- name: Build
run: just build

- name: Build Tamanoir
run: just build-tamanoir
- uses: taiki-e/install-action@protobuf-compiler
- name: Build Tamanoir-C2
run: just build-c2
- name: Linting
run: |
cargo clippy --workspace --all-features -- -D warnings
Expand Down

0 comments on commit 320d2c9

Please sign in to comment.