Skip to content

Commit

Permalink
Test crate with all features enabled in the build job (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickelc authored Mar 8, 2023
1 parent e316a12 commit 9e85aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
toolchain: ${{ matrix.rust }}
components: rustfmt, clippy

- run: cargo build
- run: cargo test
- run: cargo build --all-features
- run: cargo test --all-features
- run: cargo fmt --check --all
- run: cargo clippy -- -D warnings
- run: cargo run --example 256_colors

0 comments on commit 9e85aa5

Please sign in to comment.