Skip to content

cargo prod(deps): update i18n-embed requirement from 0.13 to 0.15 #38

cargo prod(deps): update i18n-embed requirement from 0.13 to 0.15

cargo prod(deps): update i18n-embed requirement from 0.13 to 0.15 #38

Workflow file for this run

name: Rust
on: [push]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: rustup component add rustfmt
- name: Format
run: cargo fmt -- --check
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --all-features --verbose
- name: Docs
run: cargo doc --no-deps