Skip to content

⚡ optimize main code #4

⚡ optimize main code

⚡ optimize main code #4

Workflow file for this run

name: CI
on:
pull_request:
branches: [master]
permissions:
contents: read
pages: write
id-token: write
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose