Skip to content

[HREMD] Truncate extra trajectory frames when loading checkpoint #65

[HREMD] Truncate extra trajectory frames when loading checkpoint

[HREMD] Truncate extra trajectory frames when loading checkpoint #65

Workflow file for this run

name: CI
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
on:
push: { branches: [ "main" ] }
pull_request: { branches: [ "main" ] }
jobs:
test:
runs-on: ubuntu-latest
container: condaforge/mambaforge:latest
steps:
- uses: actions/checkout@v3.3.0
- name: Run Tests
run: |
apt update && apt install -y git make rsh-client
make env
make lint
make test
make docs
- name: CodeCov
uses: codecov/codecov-action@v4.1.1
with:
file: ./coverage.xml
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}