Skip to content

Merge pull request #465 from vobst/handle_missing_params_reallocarray #1130

Merge pull request #465 from vobst/handle_missing_params_reallocarray

Merge pull request #465 from vobst/handle_missing_params_reallocarray #1130

Workflow file for this run

name: Unit tests
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: test