Skip to content

Commit d4f78c8

Browse files
committed
fix
Signed-off-by: Jun Kimura <jun.kimura@datachain.jp>
1 parent 52b56b1 commit d4f78c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
runs-on: ubuntu-24.04
3939
steps:
4040
- uses: actions/checkout@v4
41-
- run: docker run -v .:/root/zkdcap -w /root/zkdcap -it i386/rust:1.84 cargo test
41+
- run: docker run -v .:/root/zkdcap -w /root/zkdcap -t i386/rust:1.84 cargo test

0 commit comments

Comments
 (0)