Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
briansmith committed Jan 13, 2024
1 parent 3d038ab commit 3625873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ jobs:
runs-on: ${{ matrix.host_os }}

strategy:
fail-fast: false # For testing purposes.
matrix:
# XXX: See `test-features` below.
features:
Expand Down Expand Up @@ -414,6 +415,7 @@ jobs:

strategy:
matrix:
fail-fast: false # For testing purposes.
features:
- --features=wasm32_unknown_unknown_js
- --no-default-features --features=wasm32_unknown_unknown_js
Expand Down
1 change: 0 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,6 @@ fn prefix_all_symbols(pp: char, prefix_prefix: &str, prefix: &str) -> String {
];

static SYMBOLS_TO_PREFIX: &[&str] = &[
"CRYPTO_memcmp",
"CRYPTO_poly1305_finish",
"CRYPTO_poly1305_finish_neon",
"CRYPTO_poly1305_init",
Expand Down

0 comments on commit 3625873

Please sign in to comment.