Skip to content

chore: Update package version to v0.0.4 (#24) #1

chore: Update package version to v0.0.4 (#24)

chore: Update package version to v0.0.4 (#24) #1

Workflow file for this run

name: Cargo Build & Test
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Rust project - latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- run: cargo build --verbose
- run: cargo test --verbose