Skip to content

Commit

Permalink
CI: Don't run doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Mar 24, 2023
1 parent 6f9a5e6 commit 77c06f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
submodules: 'true'
- uses: ./.github/actions/install_toolchain
- name: Run cargo tests
run: cargo test -vv --workspace --exclude node-executor --exclude phala-node
run: cargo test --tests -vv --workspace --exclude node-executor --exclude phala-node

cargo-clippy:
name: Run cargo clippy
Expand Down

0 comments on commit 77c06f0

Please sign in to comment.