diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b56a943..d1088d0f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -166,7 +166,7 @@ jobs: strategy: matrix: target: [ - x86_64-sun-solaris, + sparcv9-sun-solaris, x86_64-unknown-netbsd, ] steps: @@ -184,7 +184,7 @@ jobs: tar -C /tmp -xzf /tmp/binaries.tar.gz mv /tmp/cross ~/.cargo/bin - name: Build Tests - run: cross test --no-run --target=${{ matrix.target }} --features=std + run: cross test --target=${{ matrix.target }} --features=std web-tests: name: Web tests