Files
testrunner/.gitea/workflows/nix-test.yaml
T
MOIS3Y 77574ad361
Nix Test / test-nix (push) Failing after 13s
ci: test hello nix job
2026-06-15 16:18:02 +09:00

23 lines
473 B
YAML

name: Nix Test
on: [push]
jobs:
test-nix:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: https://github.com/nixbuild/nix-quick-install-action@v30
with:
nix_conf: |
sandbox = false
experimental-features = nix-command flakes
- name: Build with Nix
run: |
nix build .#default
./result/bin/hello