We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a831d5a commit 943f805Copy full SHA for 943f805
.github/workflows/CI.yml
@@ -10,11 +10,6 @@ on:
10
11
env:
12
CARGO_TERM_COLOR: always
13
- # Disable incremental compilation for faster from-scratch builds
14
- CARGO_INCREMENTAL: 0
15
- CARGO_PROFILE_TEST_DEBUG: 0
16
- CARGO_PROFILE_RELEASE_LTO: true
17
- CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 1
18
RUST_CACHE_PATH: |
19
~/.cargo/bin/
20
~/.cargo/registry/index/
@@ -185,7 +180,7 @@ jobs:
185
180
186
181
- name: Build Amaru
187
182
run: |
188
- cargo build --locked
183
+ cargo test --no-run -p amaru --target x86_64-unknown-linux-gnu
189
184
190
- name: Cache Amaru's ledger.db
191
id: cache-ledger-db
0 commit comments