Skip to content

adding test point with small complex z for Li2 #194

adding test point with small complex z for Li2

adding test point with small complex z for Li2 #194

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, Windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: build
uses: actions-rs/cargo@v1
with:
command: build
args: --release
- name: test
uses: actions-rs/cargo@v1
with:
command: test