Skip to content

Commit

Permalink
Fix Windows CI syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jan 28, 2024
1 parent 0019638 commit 27e735c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- run: cargo test --release
- run: cargo test --features debug --release
- run: RUSTFLAGS='--cfg test_lots' cargo test --release
shell: bash
- run: RUSTFLAGS='--cfg test_lots' cargo test --release --features debug
shell: bash

rustfmt:
name: Rustfmt
Expand Down

0 comments on commit 27e735c

Please sign in to comment.