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

Fixed some minor erros with Cargo.toml #214

Fixed some minor erros with Cargo.toml

Fixed some minor erros with Cargo.toml #214

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