This repository has been archived by the owner on Dec 11, 2024. It is now read-only.
added alloc and implemented the allocate function for the page alloca… #207
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |