Skip to content

Commit

Permalink
Exclude benchmark from doc tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Jul 3, 2022
1 parent 4db4134 commit 2c318a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/benchmark-ssr.yml
Expand Up @@ -47,13 +47,13 @@ jobs:
working-directory: current-pr
key: pr

- name: Build master examples
- name: Run pull request benchmark
run: cargo run --profile=bench --bin benchmark-ssr -- --output-path ./output.json
working-directory: yew-master
working-directory: current-pr

- name: Build pull request examples
- name: Run master benchmark
run: cargo run --profile=bench --bin benchmark-ssr -- --output-path ./output.json
working-directory: current-pr
working-directory: yew-master

- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-checks.yml
Expand Up @@ -97,7 +97,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --doc --workspace --exclude yew --exclude changelog --exclude website-test --exclude ssr_router --exclude simple_ssr --target wasm32-unknown-unknown
args: --doc --workspace --exclude yew --exclude changelog --exclude website-test --exclude ssr_router --exclude simple_ssr --exclude benchmark-ssr --target wasm32-unknown-unknown

- name: Run website code snippet tests
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 2c318a1

Please sign in to comment.