Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- uses: Swatinem/rust-cache@v2

- name: Install MLIR/LLVM
# Disable MLIR installation and tests for now.
if: false
run: |
sudo apt-get update
sudo apt-get install -y wget gnupg
Expand All @@ -30,8 +32,8 @@ jobs:
LIBRARY_PATH: /usr/lib/llvm-21/lib
LD_LIBRARY_PATH: /usr/lib/llvm-21/lib
run: |
cargo test --features ndarray-backend,candle-backend
RUST_BACKTRACE=full cargo test --examples --features ndarray-backend,candle-backend
cargo test --all-targets --features ndarray-backend,candle-backend --workspace --exclude catgrad-mlir
# RUST_BACKTRACE=full cargo test --examples --features ndarray-backend,candle-backend
# Check formatting with rustfmt
formatting:
name: cargo fmt
Expand Down