Skip to content

Commit d00f812

Browse files
committed
qsdfljqsdf
1 parent 34b2abf commit d00f812

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/test.yml

+9-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@ jobs:
1818
nix-build:
1919
needs: nix-matrix
2020
runs-on: ${{ matrix.os }}
21-
strategy:
22-
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
2321
steps:
2422
- uses: actions/checkout@v4
2523
- uses: cachix/install-nix-action@v24
2624
- run: nix build -L ".#${{ matrix.attr }}"
2725

26+
build:
27+
runs-on: ubuntu-latest
28+
steps:
29+
- uses: actions/checkout@v2
30+
- run: sudo apt install nix
31+
- run: sudo nix develop --experimental-features 'nix-command flakes'
32+
- run: make
33+
- run: make clean
34+
- run: make test

0 commit comments

Comments
 (0)