Commit 232fa04e authored by Harrison King Saturley-Hall's avatar Harrison King Saturley-Hall
Browse files

Merge branch 'anants/fix-rust-ci' into harrison/ci-test

parents 67724976 46dcc058
...@@ -26,7 +26,7 @@ on: ...@@ -26,7 +26,7 @@ on:
branches: branches:
- main - main
paths: paths:
- pre-merge-rust.yml - .github/workflows/pre-merge-rust.yml
- 'lib/runtime/**' - 'lib/runtime/**'
- 'lib/llm/**' - 'lib/llm/**'
- 'lib/bindings/**' - 'lib/bindings/**'
...@@ -85,7 +85,6 @@ jobs: ...@@ -85,7 +85,6 @@ jobs:
run: | run: |
cargo-deny --version || cargo install cargo-deny@0.16.4 cargo-deny --version || cargo install cargo-deny@0.16.4
cargo-deny check --hide-inclusion-graph licenses --config ${{ github.workspace }}/deny.toml cargo-deny check --hide-inclusion-graph licenses --config ${{ github.workspace }}/deny.toml
timeout-minutes: 5
- name: Run Unit Tests - name: Run Unit Tests
working-directory: ${{ matrix.dir }} working-directory: ${{ matrix.dir }}
run: cargo test --locked --all-targets run: cargo test --locked --all-targets
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment