1
0
Fork 0
osc-fuzzer/.forgejo/workflows/test.yaml
Jeffrey C. Ollie 55877248c4
Some checks failed
Test / test (push) Failing after 22s
update action
2024-09-07 14:23:11 -05:00

18 lines
451 B
YAML

on: [push, pull_request]
name: Test
jobs:
test:
runs-on: node20
env:
ZIG_LOCAL_CACHE_DIR: /zig/local-cache
ZIG_GLOBAL_CACHE_DIR: /zig/global-cache
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Nix
uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Test
run: nix develop .#default -c zig build test