Skip to content

Commit e9e2787

Browse files
committed
fixing bugs
1 parent 1675598 commit e9e2787

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/test.yml

+11-10
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
on: [push]
2-
jobs:
3-
build:
4-
runs-on: debian-latest
5-
steps:
6-
- apt install nix
7-
- nix develop --experimental-features 'nix-command flakes'
8-
- make
9-
- make clean
10-
- make test
1+
on:
2+
push:
3+
jobs:
4+
build:
5+
runs-on: debian-latest
6+
steps:
7+
- apt install nix
8+
- nix develop --experimental-features 'nix-command flakes'
9+
- make
10+
- make clean
11+
- make test

0 commit comments

Comments
 (0)