Skip to content

Composite test update #11

Composite test update

Composite test update #11

Workflow file for this run

name: Unit Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Run Composite Build Action
uses: ./.github/actions/build
- name: Run Unit Tests
run: cargo test --bins --lib --verbose