Skip to content

Commit 25c68bb

Browse files
authored
only make test on macOS
1 parent 65cb8f6 commit 25c68bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ jobs:
2727
if: matrix.os == 'macos-latest'
2828
- name: Get Sources
2929
uses: actions/checkout@v2
30-
- name: Test
30+
- name: Test (macOS)
3131
run: |
3232
export PATH="$PATH:/snap/bin"
3333
make test
3434
shell: bash
35-
- name: Build
35+
if: matrix.os == 'macos-latest'
36+
- name: Build (Linux)
3637
run: debuild -uc -us
3738
if: matrix.os != 'macos-latest'
3839

0 commit comments

Comments
 (0)