Skip to content

👷 build: bump version to 0.4.7 #430

👷 build: bump version to 0.4.7

👷 build: bump version to 0.4.7 #430

Workflow file for this run

name: Rust Build
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