Skip to content

Enhance Japanese Holidays API with templates, error handling, and CI/CD integration #12

Enhance Japanese Holidays API with templates, error handling, and CI/CD integration

Enhance Japanese Holidays API with templates, error handling, and CI/CD integration #12

Workflow file for this run

name: Unit Test
on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: install Rustc
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Run Unit Tests
run: cargo test