Skip to content

add operation - AND #15

add operation - AND

add operation - AND #15

Workflow file for this run

on:
push:
branches:
- 'main'
name: CI
jobs:
build_and_test:
name: Build & Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: build
run: cargo build --verbose
- name: tests
run: cargo test