Skip to content

Commit

Permalink
disable systest on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Jul 9, 2022
1 parent 48ce233 commit 61c042f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
with:
path: target
key: target-${{ github.job }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
- run: cargo run -p systest
# - run: cargo run -p systest
- run: cargo test -p openssl
- run: cargo test -p openssl-errors

Expand Down

0 comments on commit 61c042f

Please sign in to comment.