Skip to content

Bump actions/checkout from 4.1.4 to 4.1.6 (#191) #297

Bump actions/checkout from 4.1.4 to 4.1.6 (#191)

Bump actions/checkout from 4.1.4 to 4.1.6 (#191) #297

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