Skip to content

Merge pull request #131 from victorwatrelos/fix_spin_loop_reduce_cpu #15

Merge pull request #131 from victorwatrelos/fix_spin_loop_reduce_cpu

Merge pull request #131 from victorwatrelos/fix_spin_loop_reduce_cpu #15

Workflow file for this run

on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.19
- name: test
run: |
make install-goimports
make test