Time #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Time | |
on: | |
workflow_dispatch: | |
jobs: | |
cargo-run: | |
runs-on: self-hosted # Specifies that this job should run on your custom runner | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v2 | |
- name: Run Cargo Command | |
run: | | |
/usr/bin/time -v cargo run --release --example bimodal_ke |