Skip to content

Bump nanoid from 3.3.7 to 3.3.8 in /frontend in the npm_and_yarn grou… #67

Bump nanoid from 3.3.7 to 3.3.8 in /frontend in the npm_and_yarn grou…

Bump nanoid from 3.3.7 to 3.3.8 in /frontend in the npm_and_yarn grou… #67

Workflow file for this run

name: cargo-test
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
RUSTFLAGS: "-Dwarnings"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: cargo build --verbose
- run: cargo test --verbose