Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
anfedotoff committed Sep 16, 2023
1 parent e330ab8 commit c2e6902
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
- uses: actions/checkout@v2
- name: Fuzzing
run: |
curl https://sh.rustup.rs -o rustup.sh && chmod +x rustup.sh && \
./rustup.sh -y && rm rustup.sh
rustup install nightly
export PATH=/root/.cargo/bin:$PATH
cargo install cargo-fuzz
cd libcasr/fuzz
mkdir corpus
cargo +nightly fuzz run parse_stacktrace corpus init_corpus -- -max_total_time=600
Expand Down

0 comments on commit c2e6902

Please sign in to comment.