From afdc68f5121d509ea4ee511f968d12a7ab2e4f6b Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Fri, 16 Aug 2024 15:17:42 +0200 Subject: [PATCH] chore: refactored github workflows into separate files --- .github/workflows/test-on-linux.yml | 2 +- .github/workflows/test-on-macos.yml | 4 ++-- .github/workflows/test-on-windows.yml | 2 +- README.md | 4 +++- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test-on-linux.yml b/.github/workflows/test-on-linux.yml index a926706e..665c1bd4 100644 --- a/.github/workflows/test-on-linux.yml +++ b/.github/workflows/test-on-linux.yml @@ -1,4 +1,4 @@ -name: Test on Linux +name: Linux tests on: push: diff --git a/.github/workflows/test-on-macos.yml b/.github/workflows/test-on-macos.yml index 3a9f49b0..278689ef 100644 --- a/.github/workflows/test-on-macos.yml +++ b/.github/workflows/test-on-macos.yml @@ -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 diff --git a/.github/workflows/test-on-windows.yml b/.github/workflows/test-on-windows.yml index 2ad759ab..5a8baade 100644 --- a/.github/workflows/test-on-windows.yml +++ b/.github/workflows/test-on-windows.yml @@ -1,4 +1,4 @@ -name: Test on Windows +name: Windows tests on: push: diff --git a/README.md b/README.md index bf6dd6ae..c206dd84 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,9 @@

Release Software License - Test + Tests on Linux + Tests on macOS + Tests on Windows Docker Hub