chore: refactored github workflows into separate files

This commit is contained in:
Simone Margaritelli 2024-08-16 15:17:42 +02:00
commit afdc68f512
4 changed files with 7 additions and 5 deletions

View file

@ -1,4 +1,4 @@
name: Test on Linux
name: Linux tests
on:
push:

View file

@ -1,4 +1,4 @@
name: Test on macOS
name: macOS tests
on:
push:
@ -26,7 +26,7 @@ jobs:
- name: Install Dependencies
run: brew install libpcap libusb p7zip
- name: Run Tests
run: |
env GO111MODULE=on make test

View file

@ -1,4 +1,4 @@
name: Test on Windows
name: Windows tests
on:
push: