Skip to content

Commit

Permalink
Adding apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Oct 4, 2023
1 parent 6e14067 commit 9384f37
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bigendiantests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
uses: actions/checkout@v2
- name: Test
run: |
sudo apt-get update
sudo apt install -y qemu-system-ppc64 qemu-user
GOARCH=ppc64 go test -c -o roaring_test
GOARCH=ppc64 go test ./roaring64 -c -o ./roaring64/roaring64_test
GOARCH=ppc64 go test ./BitSliceIndexing -c -o ./BitSliceIndexing/BitSliceIndexing_test
#qemu-ppc64 ./roaring_test -v -race -run TestConcurrent*
qemu-ppc64 ./roaring_test
GOARCH=ppc64 go test ./BitSliceIndexing -c -o ./BitSliceIndexing/BitSliceIndexing_test qemu-ppc64 ./roaring_test
qemu-ppc64 ./roaring64/roaring64_test
cd BitSliceIndexing && qemu-ppc64 ./BitSliceIndexing_test

0 comments on commit 9384f37

Please sign in to comment.