1
0
Fork 0
osc-fuzzer/.forgejo/workflows/test.yaml
Jeffrey C. Ollie 5e8a25cf91
Some checks failed
Test / test (push) Failing after 38s
add forgejo action
2024-09-07 14:20:46 -05:00

18 lines
444 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
- name: Setup Nix
uses: cachix/install-nix-action
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Test
run: nix develop .#default -c zig build test