Skip to content

Bump codecov/codecov-action from 4.1.0 to 4.2.0 #286

Bump codecov/codecov-action from 4.1.0 to 4.2.0

Bump codecov/codecov-action from 4.1.0 to 4.2.0 #286

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