Skip to content
This repository was archived by the owner on Dec 12, 2025. It is now read-only.

Implement PC-SAFT for a binary mixture (#1) #9

Implement PC-SAFT for a binary mixture (#1)

Implement PC-SAFT for a binary mixture (#1) #9

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --release
- name: Run tests
run: cargo test --release