Skip to content

renaming fields for clarity and removing warnings on test #166

renaming fields for clarity and removing warnings on test

renaming fields for clarity and removing warnings on test #166

Workflow file for this run

name: microBioRust_test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Run tests one-three
run: cargo test --verbose