Remove duplicate Go test step from CI workflow

Eliminated a redundant "Run go test" step from the GitHub Actions CI configuration. This helps streamline the workflow and avoid unnecessary repetitions in the CI process.
This commit is contained in:
Winni Neessen 2024-10-27 17:50:36 +01:00
parent 89f29b241e
commit bdffa22ad8
Signed by: wneessen
GPG key ID: 385AC9889632126E

View file

@ -154,7 +154,6 @@ jobs:
uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
- name: Run go test on FreeBSD
uses: vmactions/freebsd-vm@v1
- name: Run go test
with:
usesh: true
prepare: |