Skip to content

Fix build and test validation in CI/CD #13

Fix build and test validation in CI/CD

Fix build and test validation in CI/CD #13

Workflow file for this run

name: Main CI Workflow
on:
pull_request: # when a PR is submitted
workflow_dispatch: # can be invoked manually
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
uses: ./.github/workflows/build_and_test.yml