Skip to content

feat: add auto theme switch #164

feat: add auto theme switch

feat: add auto theme switch #164

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: sudo apt update && sudo apt install -y clang llvm pkg-config nettle-dev
- run: cp .env.example .env
- run: cargo test