Skip to content

Bump toml from 0.8.22 to 0.8.23 in /cli #395

Bump toml from 0.8.22 to 0.8.23 in /cli

Bump toml from 0.8.22 to 0.8.23 in /cli #395

Workflow file for this run

name: CLI
on:
push:
branches: ["master"]
pull_request:
branches: ["master"]
permissions:
contents: read
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --release --verbose
working-directory: ./cli
- name: Run tests
run: cargo test --release --verbose
working-directory: ./cli