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

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