Skip to content

automatically put version in packets #5

automatically put version in packets

automatically put version in packets #5

Workflow file for this run

name: Run Cargo Test
on:
push:
branches:
- master
pull_request:
jobs:
test:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: |
cargo test