Skip to content

Add 'precision' non-mandatory option for ForceEnergy and PotentialEnergy observables #47

Add 'precision' non-mandatory option for ForceEnergy and PotentialEnergy observables

Add 'precision' non-mandatory option for ForceEnergy and PotentialEnergy observables #47

Workflow file for this run

# Runs the quick_input tests of oxDNA
# Only used on pull requests
name: Linux CPU Testing Quick Input
on:
pull_request:
branches: [master, rovigatti]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: |
mkdir build
pushd build
cmake .. -DCUDA=0
make -j2
popd
- name: Run Simple Test Script
run: |
pushd build
make test_run
make test_quick