[CI] Re-enable jobs
All checks were successful
/ test (push) Successful in 32s

This commit is contained in:
Andrea Ciceri 2024-03-26 15:28:34 +01:00
parent 3c9a69063f
commit 3e1ee94dc9
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 44 additions and 45 deletions

View file

@ -1,11 +1,11 @@
# on:
# push:
# branches: ["*"]
# jobs:
# test:
# runs-on: nix
# steps:
# - uses: actions/checkout@v4
# name: Checkout repository
# - name: Build with nix
# run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"
on:
push:
branches: ["*"]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
name: Checkout repository
- name: Build with nix
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"