1
0
Fork 0

update test workflow

This commit is contained in:
Jeffrey C. Ollie 2024-12-25 17:41:06 -06:00
parent c3af53b035
commit c482eb3d24
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -2,17 +2,13 @@ on: [push, pull_request]
name: Test
jobs:
test:
runs-on: node20
runs-on: nixos
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