Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

removed the arch module and replaced it with a better organized isa m… #212

removed the arch module and replaced it with a better organized isa m…

removed the arch module and replaced it with a better organized isa m… #212

Workflow file for this run

name: Test code
on: [push, pull_request]
jobs:
unit-test:
uses: charlotte-os/devops/.github/workflows/unit_tests.yml@main
secrets: inherit
with:
toolchain: nightly
style-check:
uses: charlotte-os/devops/.github/workflows/style_check.yml@main
secrets: inherit
with:
toolchain: nightly
benchmark:
needs: [unit-test, style-check]
uses: charlotte-os/devops/.github/workflows/benchmark.yml@main
secrets: inherit
with:
toolchain: nightly