chore: test nix actions
This commit is contained in:
14
.forgejo/workflows/tests.yml
Normal file
14
.forgejo/workflows/tests.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Tests
|
||||
on: push
|
||||
jobs:
|
||||
test:
|
||||
runs-on: alpine-plus
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Install nix
|
||||
uses: actions/nix-quick-install-action@v27
|
||||
- name: Setup cachix
|
||||
uses: actions/cachix-action
|
||||
- name: Test
|
||||
run: cargo test
|
||||
Reference in New Issue
Block a user