Skip to content

Bump codecov/codecov-action from 4.3.0 to 5.0.0 #306

Bump codecov/codecov-action from 4.3.0 to 5.0.0

Bump codecov/codecov-action from 4.3.0 to 5.0.0 #306

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