Skip to content

Commit

Permalink
Remove windows tests, fix markdown linter
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Sep 24, 2024
1 parent 6f018a1 commit cee1869
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,32 +81,6 @@ jobs:
- name: Show cache stats
if: env.SELF_HOSTED_RUNNERS == 'true'
run: sccache --show-stats
release-tests-windows:
name: release-tests-windows
needs: [check-labels]
if: needs.check-labels.outputs.skip_ci != 'true'
runs-on: ${{ github.repository == 'sigp/ssv' && fromJson('["self-hosted", "windows", "CI"]') || 'windows-2019' }}
steps:
- uses: actions/checkout@v4
- name: Get latest version of stable Rust
if: env.SELF_HOSTED_RUNNERS == 'false'
uses: moonrepo/setup-rust@v1
with:
channel: stable
cache-target: release
bins: cargo-nextest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install make
if: env.SELF_HOSTED_RUNNERS == 'false'
run: choco install -y make
- name: Set LIBCLANG_PATH
run: echo "LIBCLANG_PATH=$((gcm clang).source -replace "clang.exe")" >> $env:GITHUB_ENV
- name: Run tests in release
run: make nextest-release
- name: Show cache stats
if: env.SELF_HOSTED_RUNNERS == 'true'
run: sccache --show-stats
debug-tests-ubuntu:
name: debug-tests-ubuntu
needs: [check-labels]
Expand Down
2 changes: 1 addition & 1 deletion book/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

- [What is sigp/SSV](#sigp-ssv)

### <a name="sigp-ssv"></a> What is sigp/SSV
## <a name="sigp-ssv"></a> What is sigp/SSV

The rust implementation of the Secret Shared Validator (SSV) protocol.

0 comments on commit cee1869

Please sign in to comment.