Skip to content

Add energy and force target #213

Add energy and force target

Add energy and force target #213

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/[email protected]
- name: Run Tests
run: |
apt update && apt install -y git make
make env
make lint
make test
- name: CodeCov
uses: codecov/[email protected]
with:
file: ./coverage.xml
flags: unittests