Skip to content

Commit

Permalink
cmon windows
Browse files Browse the repository at this point in the history
Signed-off-by: clux <sszynrae@gmail.com>
  • Loading branch information
clux committed Sep 6, 2023
1 parent 34ef554 commit c272ebe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ name: Checks & Tests
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
RUST_LOG: trace

jobs:
check-and-test:
Expand Down Expand Up @@ -40,8 +41,8 @@ jobs:
#- run: cargo check
- run: cargo install --debug --path .
- run: RUST_LOG=debug cargo test -- --nocapture
- run: RUST_LOG=debug bats test/*.bats
- run: cargo test -- --nocapture
- run: bats test/*.bats

- name: Clippy
if: matrix.toolchain == 'stable'
Expand Down

0 comments on commit c272ebe

Please sign in to comment.