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

Implemented the allocate function for the Page Level Allocator and re… #210

Implemented the allocate function for the Page Level Allocator and re…

Implemented the allocate function for the Page Level Allocator and re… #210

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
emulate:
needs: [unit-test, style-check]
uses: ./.github/workflows/emulate.yml
secrets: inherit
with:
toolchain: nightly
benchmark:
needs: [emulate]
uses: charlotte-os/devops/.github/workflows/benchmark.yml@main
secrets: inherit
with:
toolchain: nightly