Update the CI to take the rust-toolchain file into account

This commit is contained in:
Tamo 2024-06-25 11:25:15 +02:00
parent ab6cac2321
commit 5c758438fc
15 changed files with 1 additions and 54 deletions

View file

@ -15,8 +15,6 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
# Run benchmarks
- name: Run benchmarks - Dataset ${BENCH_NAME} - Branch main - Commit ${{ github.sha }}