Skip to content

Commit

Permalink
Make comment more accurate
Browse files Browse the repository at this point in the history
  • Loading branch information
cespare committed Aug 29, 2021
1 parent 0f9df28 commit 08b98dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ jobs:
uses: actions/checkout@v2

- name: Run test via qemu/binfmt
# TODO: We only run the main tests, not the ones in dynamic/, because
# that would require cgo. If we want to test dynamic linking with other
# arches, we probably will need fuller emulation, not qemu user mode.
# TODO: Run the dynamic linking tests as well. That is a little more
# involved.
run: go test -v -count 1 -bench . -benchtime 1x
env:
GOARCH: ${{ matrix.arch }}

0 comments on commit 08b98dc

Please sign in to comment.