Skip to content

Commit a478ea8

Browse files
committed
ci: Update Rust CI workflow to remove nightly toolchain and improve build verbosity
1 parent 0705106 commit a478ea8

2 files changed

Lines changed: 3 additions & 384 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Install fontconfig
1919
run: sudo apt-get update && sudo apt-get install -y libfontconfig1-dev
20-
- name: Switch to nightly toolchain
21-
run: rustup default nightly
2220
- name: Build
23-
run: cargo build --verbose
24-
# - name: Run tests
25-
# run: cargo test --all-features --verbose
21+
run: cargo build --release --all-features
22+
- name: Run tests
23+
run: cargo test --release --all-features

bench_results/size_results.csv

Lines changed: 0 additions & 379 deletions
This file was deleted.

0 commit comments

Comments
 (0)