We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0705106 commit a478ea8Copy full SHA for a478ea8
2 files changed
.github/workflows/rust.yml
@@ -17,9 +17,7 @@ jobs:
17
- uses: actions/checkout@v4
18
- name: Install fontconfig
19
run: sudo apt-get update && sudo apt-get install -y libfontconfig1-dev
20
- - name: Switch to nightly toolchain
21
- run: rustup default nightly
22
- name: Build
23
- run: cargo build --verbose
24
- # - name: Run tests
25
- # run: cargo test --all-features --verbose
+ run: cargo build --release --all-features
+ - name: Run tests
+ run: cargo test --release --all-features
bench_results/size_results.csv
0 commit comments