Skip to content

Commit

Permalink
test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ValuedMammal committed Sep 29, 2024
1 parent 3827053 commit 463a16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
rust:
- version: stable
clippy: true
- version: 1.63.0 # MSRV
# - version: 1.63.0 # MSRV
features:
- --no-default-features
- --all-features
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Build
run: cargo build --workspace --exclude 'example_*' ${{ matrix.features }}
- name: Test
run: cargo nextest --profile ci run ${{ matrix.features }}
run: cargo nextest --profile ci run --workspace --exclude 'example_*' ${{ matrix.features }}

check-no-std:
name: Check no_std
Expand Down

0 comments on commit 463a16f

Please sign in to comment.