Skip to content

🔧 fix: benchmark job #450

🔧 fix: benchmark job

🔧 fix: benchmark job #450

Workflow file for this run

name: Unit Tests (On Push)
on: [push]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Compile
working-directory: ./heimdall
run: cargo build --verbose
- name: Run Tests
working-directory: ./heimdall
run: |
cargo test --package heimdall -- test_ --nocapture
cargo test --package heimdall-config -- test_ --nocapture
cargo test --package heimdall-common -- test_ --nocapture