Skip to content

Commit

Permalink
ci: build node with testnet configuration (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmg-duarte authored Nov 15, 2024
1 parent d4508ec commit 2951fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
echo "PACKAGE_VERSION=$PACKAGE_VERSION" >> "$GITHUB_OUTPUT"
- name: Build in release mode
run: RUSTFLAGS="-D warnings" cargo build --release --locked --package polka-storage-node
run: RUSTFLAGS="-D warnings" cargo build --release --locked --package polka-storage-node --features polka-storage-runtime/testnet

- name: Login to Github Container Registry
uses: docker/login-action@v3
Expand Down

0 comments on commit 2951fc1

Please sign in to comment.