Skip to content

Libc-dbg install triggers despite cache restore #2434

Libc-dbg install triggers despite cache restore

Libc-dbg install triggers despite cache restore #2434

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
basic-run-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
submodules: true
- uses: ./.github/actions/install-rust
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
with:
path: ~/.cache/codspeed-action
key: codspeed-instruments-basic-run-test-${{ runner.os }}-${{ runner.arch }}
- name: Run tests
run: cargo run -- exec -m simulation,walltime,memory --setup-cache-dir ~/.cache/codspeed-action --warmup-time 0s --max-rounds 5 -- sleep 1
env:
CODSPEED_LOG: debug