Skip to content

Commit

Permalink
Even more robust CI
Browse files Browse the repository at this point in the history
  • Loading branch information
QueenOfSquiggles committed Aug 11, 2024
1 parent a24bae0 commit ece91ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
toolchain: [stable, nightly]
op: [build, test, clippy]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:

- uses: actions-rs/cargo@v1
with:
command: build
command: ${{ matrix.op }}
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0"

0 comments on commit ece91ad

Please sign in to comment.