From 08b98dc4990404e47f9bb36d46cae56196a0a0b6 Mon Sep 17 00:00:00 2001 From: Caleb Spare Date: Sat, 28 Aug 2021 19:22:30 -0700 Subject: [PATCH] Make comment more accurate --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce531fb..cbe85b4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 }}