-
-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: added MSRV information + removed old fuzzit parts
Closes #671
- Loading branch information
Showing
2 changed files
with
7 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -130,40 +130,3 @@ jobs: | |
name: pest-ci-coverage | ||
fail_ci_if_error: false | ||
verbose: true | ||
|
||
# fuzzing: # fuzzit is now offline | ||
# name: Fuzz Testing | ||
# runs-on: ubuntu-latest | ||
# if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }} | ||
# steps: | ||
# - name: Checkout source code | ||
# uses: actions/checkout@v2 | ||
# - name: Install Rust Nightly | ||
# uses: actions-rs/toolchain@v1 | ||
# with: | ||
# toolchain: nightly | ||
# default: true | ||
# - name: Install Cargo Fuzz | ||
# uses: actions-rs/[email protected] | ||
# with: | ||
# crate: cargo-fuzz | ||
# version: latest | ||
# use-tool-cache: true | ||
# - name: Bootstraping Grammars - Building | ||
# uses: actions-rs/cargo@v1 | ||
# with: | ||
# command: build | ||
# args: --package pest_bootstrap | ||
# - name: Bootstraping Grammars - Executing | ||
# uses: actions-rs/cargo@v1 | ||
# with: | ||
# command: run | ||
# args: --package pest_bootstrap | ||
# - name: Fuzz Testing - Regressions | ||
# env: | ||
# FUZZIT_API_KEY: ${{ secrets.FuzzitApiKey }} | ||
# run: ./fuzzit.sh local-regression | ||
# - name: Fuzz Testing - Fuzzing | ||
# env: | ||
# FUZZIT_API_KEY: ${{ secrets.FuzzitApiKey }} | ||
# run: ./fuzzit.sh fuzzing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters