Skip to content

Enable perf event compression and add more events to the monitoring #881

Enable perf event compression and add more events to the monitoring

Enable perf event compression and add more events to the monitoring #881

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: moonrepo/setup-rust@v1
with:
components: rustfmt, clippy
- uses: pre-commit/action@v3.0.1
with:
extra_args: --all-files
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: moonrepo/setup-rust@v1
# !!! IMPORTANT - DO NOT MERGE THIS
- name: Tmate Session
if: always()
uses: mxschmitt/action-tmate@v3
timeout-minutes: 60
- run: cargo test --all