Skip to content

Commit

Permalink
Update pr-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlepisto authored Nov 11, 2024
1 parent 6f13bb6 commit b6cd287
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ on:
workflow_dispatch:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]

env:
CARGO_TERM_COLOR: always

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Install
run: cargo install cargo-fuzz
- name: Run tests
run: ./test.sh
- name: Quick fuzz
run: ./fuzz.sh 180

0 comments on commit b6cd287

Please sign in to comment.