Skip to content

Bump codecov/codecov-action from 3.1.4 to 4.0.1 #276

Bump codecov/codecov-action from 3.1.4 to 4.0.1

Bump codecov/codecov-action from 3.1.4 to 4.0.1 #276

Workflow file for this run

name: CI
on: [push]
jobs:
test_nightly:
name: test on nightly
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
# Because we use nightly features for building docs,
# using --all-features will fail without nightly toolchain.
- uses: actions-rs/[email protected]
with:
toolchain: nightly
override: true
- uses: actions-rs/[email protected]
with:
command: test
args: --all-features