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

View File

@ -71,7 +71,7 @@ jobs:
# ~/.cargo/git
- name: Install
run: |
sudo apt install python3.11-dev
sudo apt install python3.11-dev -y
make install-cpu
- name: Run server tests
run: |
@ -85,7 +85,4 @@ jobs:
pre-commit run --all-files
- name: Run Rust tests
run: |
cargo test
# - name: sccache stats
# run: |
# /usr/local/bin/sccache --show-stats