Skip to content

Bump next from 14.1.1 to 14.2.10 in /website #269

Bump next from 14.1.1 to 14.2.10 in /website

Bump next from 14.1.1 to 14.2.10 in /website #269

Workflow file for this run

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