Skip to content

Commit ec95e1a

Browse files
committed
freebsd autobuild fix
1 parent 1ccd8c3 commit ec95e1a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/freebsd.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,12 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v3
1515

16-
- name: build
16+
- name: build and run
1717
uses: vmactions/freebsd-vm@v0
1818
with:
1919
run: |
2020
cd test
2121
make
22-
23-
- name: test
24-
uses: vmactions/freebsd-vm@v0
25-
with:
26-
run: |
27-
cd test
2822
./test
2923
3024
# vi:ts=2 sts=2 sw=2 expandtab:

0 commit comments

Comments
 (0)