Skip to content

packaging information #2

packaging information

packaging information #2

Workflow file for this run

name: build
on:
push:
branches: ["**"]
pull_request:
branches: ["**"]
jobs:
ubuntu-latest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build
- name: Test
run: cargo test