Skip to content

test: Add CI test cpu_test #3

test: Add CI test cpu_test

test: Add CI test cpu_test #3

Workflow file for this run

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