Skip to content

45 feature request soft handle the error when try to insert a data with same unique key #34

45 feature request soft handle the error when try to insert a data with same unique key

45 feature request soft handle the error when try to insert a data with same unique key #34

Workflow file for this run

name: CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run feature-gated tests
run: cargo test --verbose --features serde
- name: cargo-semver-checks
uses: obi1kenobi/cargo-semver-checks-action@v2.1