Skip to content

Commit

Permalink
Remove duplicate Go test step from CI workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wneessen committed Oct 27, 2024
1 parent 89f29b2 commit bdffa22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit bdffa22

Please sign in to comment.