This commit is contained in:
parent
6be1c9d65c
commit
a25c07ef08
2 changed files with 7 additions and 10 deletions
7
.forgejo/workflows/test.yml
Normal file
7
.forgejo/workflows/test.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
on: push
|
||||
jobs:
|
||||
check:
|
||||
runs-on: nixos
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: nix develop -c go test
|
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
|
@ -1,10 +0,0 @@
|
|||
name: CI
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: ./run ci:test
|
Reference in a new issue