Skip to content

Merge pull request #4 from ScaleWeather/parallelism #24

Merge pull request #4 from ScaleWeather/parallelism

Merge pull request #4 from ScaleWeather/parallelism #24

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and test with cargo
run: |
cargo test --all-features