Skip to content

Commit 2e259d3

Browse files
committed
wip
1 parent 179ff9f commit 2e259d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test_all.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
brew install autoconf automake libtool pkg-config
2727
fi
2828
29+
- name: Clean out old secp256k1-export
30+
run: |
31+
rm -rf target/secp256k1-export
32+
2933
- name: Run tests
30-
run: cargo test
34+
run: cargo test -v
3135

0 commit comments

Comments
 (0)