Skip to content

add enqueue/prepend command to allow for queueing, bump to 3.8.0, bum… #6

add enqueue/prepend command to allow for queueing, bump to 3.8.0, bum…

add enqueue/prepend command to allow for queueing, bump to 3.8.0, bum… #6

Workflow file for this run

name: build
on: [ push, pull_request, workflow_dispatch ]
env: { CARGO_TERM_COLOR: always }
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: 'cargo build --verbose'
- run: 'cargo test --verbose'