We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c183b1 commit 0b255caCopy full SHA for 0b255ca
2 files changed
.github/workflows/fuzz.yml
@@ -21,8 +21,9 @@ jobs:
21
steps:
22
- uses: actions/checkout@v6
23
- uses: scheibo/build-zig@main
24
- with:
25
- patch-file: zig.patch
+ # TODO: reenable
+ # with:
26
+ # patch-file: zig.patch
27
- run: npm install --ignore-scripts
28
- run: zig build -Doptimize=ReleaseSafe -Dlog -Dchance -Dcalc ${{matrix.options}} fuzz -- ${{matrix.gen}} 15m | tee seed.txt
29
shell: bash
.github/workflows/release.yml
@@ -20,8 +20,9 @@ jobs:
20
registry-url: 'https://registry.npmjs.org'
scope: '@pkmn'
- run: npm run release
env:
0 commit comments