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.

Actually run tests

+1 -1
+1 -1
.github/workflows/main.yml
··· 42 42 run: nix develop -c zig fmt --check . 43 43 44 44 - name: Run tests with coverage 45 - run: nix develop -c zig build --summary all -Dcoverage -Dtarget=${{ matrix.target }} 45 + run: nix develop -c zig build test -Dcoverage -Dtarget=${{ matrix.target }} --summary all 46 46 47 47 - name: Upload to Codecov 48 48 uses: codecov/codecov-action@v5