Skip to content

chore(deps): bump braces from 3.0.2 to 3.0.3 #232

chore(deps): bump braces from 3.0.2 to 3.0.3

chore(deps): bump braces from 3.0.2 to 3.0.3 #232

Workflow file for this run

name: test
on:
push:
workflow_dispatch:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
override:
- run: cargo check
- run: cargo test
- run: cargo clippy
# Requires the whole npm registry db file
# integration-tests:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v2
# - name: Setup Node.js
# uses: actions/setup-node@v2
# with:
# node-version: 16
# - name: Install Rust
# uses: actions-rs/toolchain@v1
# with:
# toolchain: stable
# profile: minimal
# override: true
# - name: Cargo build release
# run: cargo build --release
# - uses: bahmutov/[email protected]
# - run: yarn ci:run_tests