Skip to content

chore(deps): bump toml from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0 in /cli #744

chore(deps): bump toml from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0 in /cli

chore(deps): bump toml from 1.1.0+spec-1.1.0 to 1.1.2+spec-1.1.0 in /cli #744

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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Build
run: cargo build --release --verbose
working-directory: ./cli
- name: Run tests
run: cargo test --release --verbose
working-directory: ./cli