Skip to content

Commit

Permalink
Run tfhe-rs tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Nov 17, 2023
1 parent 553ebb1 commit 1d42741
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,11 @@ jobs:
- name: "Run `bazel test`"
run: |
bazel test -c fastbuild //...
# Tests specifically for the tfhe-rs codegen
- name: rustup toolchain install
uses: dtolnay/rust-toolchain@439cf607258077187679211f12aa6f19af4a0af7 # pin@1.72.1

- name: Test rust codegen targets
run: |
bash .github/workflows/run_rust_tests.sh

0 comments on commit 1d42741

Please sign in to comment.