Skip to content

Commit

Permalink
ci: fix ambiguous keystore reference
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonThormeyer committed Aug 29, 2024
1 parent c7473cf commit 0283de6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
with:
files: target/nextest/default/junit.xml
files: target/nextest/default/junit.xml

test-keystore-regressions:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
workspace: ["core-crypto-keystore", "mls-crypto-provider"]
workspace: [ "core-crypto-keystore", "mls-crypto-provider" ]
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1 # this implicitly caches Rust tools and build artifacts
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
echo "CHROME_PATH=${{ steps.setup-chrome.outputs.chrome-path }}" >> $GITHUB_ENV
- name: Run tests (wasm)
run: |
cargo test --features "proteus-keystore" --target wasm32-unknown-unknown -p core-crypto-keystore proteus
cargo test --features "proteus-keystore" --target wasm32-unknown-unknown --workspace -p core-crypto-keystore proteus
cargo test --features "proteus,cryptobox-migrate" --target wasm32-unknown-unknown -p core-crypto proteus
e2e-interop-test:
Expand Down

0 comments on commit 0283de6

Please sign in to comment.