Skip to content

Commit

Permalink
chore: Add a lot more checks to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedible authored Dec 20, 2023
1 parent 38b42e0 commit f46c808
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check format
run: cargo fmt -- --check
- name: Check clippy
run: cargo clippy -- -D warnings
- name: Check docs
run: cargo doc --no-deps
- name: Install cargo-show-asm
run: cargo install cargo-show-asm
- name: Check asm is up-to-date
run: ./asm.sh

0 comments on commit f46c808

Please sign in to comment.