Skip to content

revert commits that changed names and broke hvm.log #689

revert commits that changed names and broke hvm.log

revert commits that changed names and broke hvm.log #689

Workflow file for this run

name: CI
on:
push:
pull_request:
types: [opened, review_requested, ready_for_review]
jobs:
cargo:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/cargo.yml
tests:
needs: [cargo]
uses: ./.github/workflows/tests.yml
nix:
needs: [cargo]
uses: ./.github/workflows/nix.yml