Skip to content

Add CI "hello world" #1

Add CI "hello world"

Add CI "hello world" #1

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo build --verbose
- run: cargo test --verbose