A cross-platform simulator for the GreenArrays GA144 multi-computer chip.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix up CI workflow

Forgot to run nix fmt in a dev shell

+2 -2
+2 -2
.github/workflows/main.yml
··· 37 37 38 38 - name: Run zig fmt 39 39 if: matrix.os == 'ubuntu-latest' 40 - run: zig fmt --check . 40 + run: nix develop -c zig fmt --check . 41 41 42 - - name: test 42 + - name: Run tests with coverage 43 43 run: nix develop -c zig build --summary all -Dcoverage -Dtarget=${{ matrix.target }} 44 44 45 45 - name: Upload to Codecov