Skip to content

Commit

Permalink
ci: Bug fix: remove stray cd commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Pr0methean committed Sep 2, 2024
1 parent b3f4a53 commit bd2bc16
Showing 1 changed file with 16 additions and 6 deletions.
22 changes: 16 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,10 @@ jobs:
with:
command: install
args: cargo-afl
- run: cargo-afl afl system-config
- uses: actions-rs/cargo@v1
with:
command: afl
args: system-config
- name: compile fuzz
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -170,7 +173,10 @@ jobs:
with:
command: install
args: cargo-afl
- run: cargo-afl afl system-config
- uses: actions-rs/cargo@v1
with:
command: afl
args: system-config
- name: compile fuzz
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -218,8 +224,10 @@ jobs:
with:
command: install
args: cargo-afl
- run: cd fuzz_write
- run: cargo-afl afl system-config
- uses: actions-rs/cargo@v1
with:
command: afl
args: system-config
- name: compile fuzz
uses: actions-rs/cargo@v1
with:
Expand Down Expand Up @@ -277,8 +285,10 @@ jobs:
with:
command: install
args: cargo-afl
- run: cd fuzz_write
- run: cargo-afl afl system-config
- uses: actions-rs/cargo@v1
with:
command: afl
args: system-config
- name: compile fuzz
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit bd2bc16

Please sign in to comment.