Skip to content

fix: get rid of unsafe code by arc-swap (#234) #289

fix: get rid of unsafe code by arc-swap (#234)

fix: get rid of unsafe code by arc-swap (#234) #289

Workflow file for this run

name: codecov
on:
push:
branches:
- main
- release-*
tags:
- v*
pull_request:
branches:
- main
- release-*
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/[email protected]
with:
version: 0.22.0
- uses: codecov/[email protected]