Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Naohiro Yoshida committed Nov 13, 2024
1 parent 7b07a30 commit 88e2314
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,6 @@ jobs:
name: unit-test-dev-test
with:
command: test
args: MINIMUM_TIMESTAMP_SUPPORTED=1731495592 --features=dev --manifest-path light-client/Cargo.toml --lib test::dev_test
args: --release --features=dev --manifest-path light-client/Cargo.toml --lib test::dev_test
env:
MINIMUM_TIMESTAMP_SUPPORTED: 1731495592

0 comments on commit 88e2314

Please sign in to comment.