Skip to content

Merge pull request #21 from domain-independent-dp/hotfix-0.7.1 #33

Merge pull request #21 from domain-independent-dp/hotfix-0.7.1

Merge pull request #21 from domain-independent-dp/hotfix-0.7.1 #33

Workflow file for this run

name: dypdl
on:
push:
paths:
- "dypdl/**"
- "!**.md"
branches:
- main
- develop
pull_request:
paths:
- "dypdl/**"
- "!**.md"
branches:
- main
- develop
defaults:
run:
working-directory: dypdl
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
rust: [stable]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.65.0
with:
toolchain: ${{ matrix.rust }}
- run: cargo test