infrastructure/.forgejo/workflows/test.yml
Victor 920305ef7d
Some checks failed
Test / native-test (push) Failing after 2s
ci test 1
2023-05-26 21:55:26 +02:00

9 lines
152 B
YAML

name: Test
on: [push]
jobs:
native-test:
runs-on: native
steps:
- uses: actions/checkout@v3
- run: |
nix flake metadata