Skip to content

5-calculate-the-number-of-cycles-it-took-to-execute-an-instruction (#6) #158

5-calculate-the-number-of-cycles-it-took-to-execute-an-instruction (#6)

5-calculate-the-number-of-cycles-it-took-to-execute-an-instruction (#6) #158

Workflow file for this run

name: Test
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout repo & submodules
uses: actions/checkout@v3
with:
submodules: true
- name: Run tests
uses: ./.github/actions/docker
with:
script: |
cargo build --verbose
cargo test --verbose