We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27e39d8 commit f89f1dbCopy full SHA for f89f1db
1 file changed
.github/workflows/rust.yml
@@ -37,15 +37,8 @@ jobs:
37
- name: Install system dependencies
38
run: sudo apt-get update && sudo apt-get install -y libglib2.0-dev pkg-config
39
40
- # Set PKG_CONFIG_PATH if needed for poppler deps
41
- - name: Set PKG_CONFIG_PATH
42
- run: echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
43
-
44
- name: Build (Debug)
45
run: cargo build --verbose
46
47
- name: Build (Release)
48
- run: cargo build --release --verbose
49
50
- - name: Run Tests
51
- run: cargo test --verbose
+ run: cargo build --release --verbose
0 commit comments