Skip to content

test: Add CI test cpu_test #5

test: Add CI test cpu_test

test: Add CI test cpu_test #5

Workflow file for this run

name: test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
cpu_test:
runs-on: ubuntu-22.04
steps:
- name: checkout code
uses: actions/[email protected]
- name: install cargo
uses: |
sudo apt install cargo
- name: run tests
run: |
cargo test --package emurv --test cpu_test -- tests --nocapture