Skip to content

feat(morpheus): add zebus-morpheus for validation testing #4

feat(morpheus): add zebus-morpheus for validation testing

feat(morpheus): add zebus-morpheus for validation testing #4

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: Build
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build --workspace
- name: Test
run: cargo test --workspace