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 25e0986 commit ffbad17Copy full SHA for ffbad17
1 file changed
.github/workflows/publish.yml
@@ -41,7 +41,14 @@ jobs:
41
pnpm build
42
pnpm lint
43
# rust coverage issue
44
- echo "max_width = 1000\ntab_spaces = 4\nnewline_style = \"Unix\"\nfn_call_width = 1000\nfn_params_layout = \"Compressed\"\nchain_width = 1000\nmerge_derives = true\nuse_small_heuristics = \"Default\"\n" > .rustfmt.toml
+ echo 'max_width = 1000' > .rustfmt.toml
45
+ echo 'tab_spaces = 4' >> .rustfmt.toml
46
+ echo 'newline_style = "Unix"' >> .rustfmt.toml
47
+ echo 'fn_call_width = 1000' >> .rustfmt.toml
48
+ echo 'fn_params_layout = "Compressed"' >> .rustfmt.toml
49
+ echo 'chain_width = 1000' >> .rustfmt.toml
50
+ echo 'merge_derives = true' >> .rustfmt.toml
51
+ echo 'use_small_heuristics = "Default"' >> .rustfmt.toml
52
cargo fmt
53
pnpm test
54
- name: Benchmark
0 commit comments