mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
test(concrete_cuda): test more PBS parameters
This commit is contained in:
6
.github/workflows/concrete_cuda_test.yml
vendored
6
.github/workflows/concrete_cuda_test.yml
vendored
@@ -83,6 +83,12 @@ jobs:
|
||||
echo "CXX=/usr/bin/g++-${{ matrix.gcc }}" >> "${GITHUB_ENV}"
|
||||
echo "CUDAHOSTCXX=/usr/bin/g++-${{ matrix.gcc }}" >> "${GITHUB_ENV}"
|
||||
echo "HOME=/home/ubuntu" >> "${GITHUB_ENV}"
|
||||
|
||||
- name: Rust install
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: Build concrete-cuda
|
||||
if: ${{ !cancelled() }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user