Skip to content

Changes 12.07.24: Added excel file format functionality. Updated cli … #8

Changes 12.07.24: Added excel file format functionality. Updated cli …

Changes 12.07.24: Added excel file format functionality. Updated cli … #8

Workflow file for this run

name: Rust Tester
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: cargo test