Skip to content

Bump chrono from 0.4.26 to 0.4.27 #71

Bump chrono from 0.4.26 to 0.4.27

Bump chrono from 0.4.26 to 0.4.27 #71

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
jobs:
build_and_test:
strategy:
fail-fast: false
matrix:
version: [stable, beta]
name: Test (${{ matrix.version }})
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust
uses: actions-rust-lang/[email protected]
with:
toolchain: ${{ matrix.version }}
- name: cargo test
run: cargo test --workspace --all-features --no-fail-fast -- --nocapture