Skip to content

Bump serde from 1.0.190 to 1.0.192 #2

Bump serde from 1.0.190 to 1.0.192

Bump serde from 1.0.190 to 1.0.192 #2

Workflow file for this run

permissions:
contents: read
on:
push:
branches: [main]
pull_request:
# Spend CI time only on latest ref: https://github.com/jonhoo/rust-ci-conf/pull/5
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: Test
jobs:
test_linux:
name: Test on Ubuntu
runs-on: ubuntu-latest
environment: dev
strategy:
matrix:
rust: [ nightly ]
steps:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@master
- name: Run tests
run: |
cargo test --all --all-features