Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oppen committed Jan 14, 2022
1 parent 324ac73 commit 778021b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bigendiantests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
GOARCH=ppc64 go test -c -o roaring_test
GOARCH=ppc64 go test ./roaring64 -c -o roaring64_test
GOARCH=ppc64 go test ./BitSliceIndexing -c -o BitSliceIndexing_test
qemu-system-ppc64 ./roaring_test -v -race -run TestConcurrent*
qemu-system-ppc64 ./roaring_test -v
qemu-system-ppc64 ./roaring64_test -v
qemu-system-ppc64 ./BitSliceIndexing_test -v
#qemu-system-ppc64 ./roaring_test -v -race -run TestConcurrent*
qemu-system-ppc64 ./roaring_test
qemu-system-ppc64 ./roaring64_test
qemu-system-ppc64 ./BitSliceIndexing_test

0 comments on commit 778021b

Please sign in to comment.