We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6644b9 commit 0d42f1cCopy full SHA for 0d42f1c
.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
24
- name: Run externalized tests
25
run: |
26
cd ext-functional-test-demo
27
+ env
28
+ ps aux
29
cargo test --verbose --color always
30
cargo test --verbose --color always --features test-broken
31
build:
0 commit comments