Skip to content

Use OriginalSamples and ResampledSamples in more places #103

Use OriginalSamples and ResampledSamples in more places

Use OriginalSamples and ResampledSamples in more places #103

Workflow file for this run

name: Build and Test
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
container:
image: holgermogensen/voil-ci:adae
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- run: rustup default stable
- name: Check with Clippy
run: cargo clippy --all-targets --all-features -- -D warnings
- name: Run Tests
run: cargo test