This commit is contained in:
Nicolas Patry 2024-09-11 15:18:05 +02:00
parent d31fff8ac3
commit c1c207206d
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -39,6 +39,7 @@ jobs:
# Released on: 02 May, 2024
# https://releases.rs/docs/1.78.0/
toolchain: 1.80.0
override: true
components: rustfmt, clippy
- name: Install Protoc
uses: arduino/setup-protoc@v1
@ -68,12 +69,9 @@ jobs:
# path: |
# ~/.cargo/registry
# ~/.cargo/git
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Install
run: |
# export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH"
ls ${{ env.pythonLocation }}/lib/
sudo apt install python3.11-dev
make install-cpu
- name: Run server tests
run: |
@ -87,9 +85,6 @@ jobs:
pre-commit run --all-files
- name: Run Rust tests
run: |
export LD_LIBRARY_PATH="${{ env.pythonLocation }}/lib/:$LD_LIBRARY_PATH"
echo $LD_LIBRARY_PATH
ls ${{ env.pythonLocation }}/lib/
cargo test
# - name: sccache stats
# run: |