diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db530af..56bcaac 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -157,7 +157,7 @@ jobs: command: audit run-test-suite-web-wasm: - name: Build & Run Browser WASM tests + name: Build and test (WASM + Chrome) runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 @@ -195,6 +195,5 @@ jobs: chromedriver -version shell: bash - name: 'Run Rust headless browser tests' - working-directory: ./rust run: CHROMEDRIVER=/usr/local/bin/chromedriver cargo test --target wasm32-unknown-unknown shell: bash \ No newline at end of file