Skip to content

Commit

Permalink
Update rustTest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wznmickey authored Dec 30, 2024
1 parent 09c16df commit 790b277
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/rustTest.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Modified from https://github.com/typst/typst/blob/main/.github/workflows/ci.yml
name: Continuous integration
on: [push, pull_request, merge_group, workflow_dispatch]

#env:
# RUSTFLAGS: "-Dwarnings"
# RUSTDOCFLAGS: "-Dwarnings"
env:
RUSTFLAGS: "-Dwarnings"
RUSTDOCFLAGS: "-Dwarnings"

jobs:
# This allows us to have one branch protection rule for the full test matrix.
Expand All @@ -30,15 +30,6 @@ jobs:
- uses: dtolnay/rust-toolchain@1.80.0
- uses: Swatinem/rust-cache@v2
- run: cargo check --workspace

fuzz:
name: Check fuzzers
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-10-29
- uses: Swatinem/rust-cache@v2
- run: cargo install --locked cargo-fuzz@0.12.0
- run: cd tests/fuzz && cargo fuzz build --dev

0 comments on commit 790b277

Please sign in to comment.