This commit is contained in:
parent
61f320174e
commit
681914f116
5 changed files with 112 additions and 79 deletions
|
@ -1,8 +1,9 @@
|
|||
on: [push]
|
||||
on: [push, pull_request]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cat /nix/store/cscv53kqarckmbz6729ngmyxg3y53n9c-push-to-cache.sh
|
||||
- run: nix-fast-build --no-nom
|
||||
name: Checkout repository
|
||||
- name: Build with nix
|
||||
run: nix-fast-build --no-nom
|
||||
|
|
Reference in a new issue