Skip to content

feat: Add colours to the calendar output. #92

feat: Add colours to the calendar output.

feat: Add colours to the calendar output. #92

Workflow file for this run

name: Build and test
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build
env:
RUSTFLAGS: "-Dwarnings"
run: cargo build --locked
- name: Run tests
env:
RUSTFLAGS: "-Dwarnings"
run: cargo test --locked