Skip to content

Merge pull request #13 from mino2357/MP-for-Few-body #24

Merge pull request #13 from mino2357/MP-for-Few-body

Merge pull request #13 from mino2357/MP-for-Few-body #24

Workflow file for this run

name: Rust
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build simple01
run: |
cd ./simple01
cargo build --verbose
- name: Run tests simple01
run: |
cd ./simple01
cargo test --verbose