Skip to content

Bump serde_json from 1.0.102 to 1.0.103 in /crates #254

Bump serde_json from 1.0.102 to 1.0.103 in /crates

Bump serde_json from 1.0.102 to 1.0.103 in /crates #254

Workflow file for this run

name: Test
on:
push:
pull_request:
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
include:
- os: macos-latest
platform: macos
- os: ubuntu-latest
platform: linux
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: rustup component add rustfmt
- run: cd crates; cargo test --all-features
- run: cd crates; cargo test
- run: cd language_generators/scala-defref-extractor; ./sbt "test; scalafmtCheckAll"
- run: ./prepare_all_apps.sh