Skip to content

Docs: Create the README.md file. #6

Docs: Create the README.md file.

Docs: Create the README.md file. #6

name: integration-tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Build
run: cargo build
- name: Run tests
run: cargo test