Skip to content

Commit

Permalink
Enable Pernosco
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Sep 6, 2021
1 parent 89e6c64 commit 91bc825
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/crash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
./target/debug/spec-runner --quiet --format tagger all-core-specs.toml > /dev/null
./target/debug/spec-runner --quiet --format yaml all-core-specs.toml > /dev/null
working-directory: "spec-runner"
env:
PERNOSCO_ENABLE: 1

- name: Run specs
run: |
Expand All @@ -54,6 +56,8 @@ jobs:
./target/debug/spec-runner --quiet --format tagger spec-state.toml > /dev/null
./target/debug/spec-runner --quiet --format yaml spec-state.toml > /dev/null
working-directory: "spec-runner"
env:
PERNOSCO_ENABLE: 1

- name: Run specs
run: |
Expand All @@ -62,6 +66,8 @@ jobs:
./target/release/spec-runner --quiet --format tagger all-core-specs.toml > /dev/null
./target/release/spec-runner --quiet --format yaml all-core-specs.toml > /dev/null
working-directory: "spec-runner"
env:
PERNOSCO_ENABLE: 1

- name: Run specs
run: |
Expand All @@ -70,3 +76,5 @@ jobs:
./target/release/spec-runner --quiet --format tagger spec-state.toml > /dev/null
./target/release/spec-runner --quiet --format yaml spec-state.toml > /dev/null
working-directory: "spec-runner"
env:
PERNOSCO_ENABLE: 1

0 comments on commit 91bc825

Please sign in to comment.