Skip to content

build(deps): bump serde_json from 1.0.115 to 1.0.121 #1027

build(deps): bump serde_json from 1.0.115 to 1.0.121

build(deps): bump serde_json from 1.0.115 to 1.0.121 #1027

Workflow file for this run

name: Rust
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: dtolnay/[email protected]
with:
components: rustfmt
- uses: actions/checkout@v4
- name: Check Rust formatting
run: cargo fmt -- --check
- uses: Swatinem/rust-cache@v2
- name: Build
run: cargo build --verbose --all
- uses: EmbarkStudios/cargo-deny-action@v1
- name: Run tests
run: cargo test --verbose --all
- name: Martian Integration tests
run: |
cargo build --examples
cd martian-lab/tests/main_test
../martian_test.py main_test.json
cd ../split_test
../martian_test.py split_test.json
cd ../error_test
../martian_test.py error_test.json