Skip to content

Commit 37ed0e4

Browse files
committed
Merge branch 'zsa-integration-proptest' into zsa-integration-issuance-commitments
2 parents e87f997 + 938c329 commit 37ed0e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci-basic.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ jobs:
1616
ROCKSDB_LIB_DIR: /usr/lib
1717
# Use system-installed Snappy library for compression in RocksDB
1818
SNAPPY_LIB_DIR: /usr/lib/x86_64-linux-gnu
19-
# FIXME: remove the following commented lines
2019
# Enable the `nu6` feature in `zcash_protocol`
21-
#RUSTFLAGS: '--cfg zcash_unstable="nu6"'
22-
#RUSTDOCFLAGS: '--cfg zcash_unstable="nu6"'
20+
RUSTFLAGS: '--cfg zcash_unstable="nu6"'
21+
RUSTDOCFLAGS: '--cfg zcash_unstable="nu6"'
2322

2423
steps:
2524
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)