Skip to content

👷 build: bump version to 0.4.8 #442

👷 build: bump version to 0.4.8

👷 build: bump version to 0.4.8 #442

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