Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob2309 committed Mar 12, 2023
1 parent 224a23d commit 1a4e66c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install nightly toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- name: run tests
run: cargo test --workspace --all-targets
- name: run doctests
Expand Down

0 comments on commit 1a4e66c

Please sign in to comment.