-
Notifications
You must be signed in to change notification settings - Fork 0
31 lines (24 loc) · 756 Bytes
/
test.yml
File metadata and controls
31 lines (24 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: test
on:
release:
types: [published]
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-24.04-arm
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
accept-flake-config = true
extra-substituters = https://pwndbg.cachix.org
extra-trusted-public-keys = pwndbg.cachix.org-1:HhtIpP7j73SnuzLgobqqa8LVTng5Qi36sQtNt79cD3k=
- name: Cache Nix store
uses: DeterminateSystems/flakehub-cache-action@main
- name: Build
run: nix develop --command make build
- name: Run detector test matrix
run: nix develop --command make test