Skip to content

Commit 52b56b1

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

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636

3737
test-i686:
3838
runs-on: ubuntu-24.04
39-
container:
40-
image: i386/rust:1.84
4139
steps:
42-
- name: Checkout
43-
run: |
44-
git clone https://github.com/datachainlab/zkdcap && cd zkdcap && git checkout ${{ github.sha }}
45-
- run: cd zkdcap && cargo test
40+
- uses: actions/checkout@v4
41+
- run: docker run -v .:/root/zkdcap -w /root/zkdcap -it i386/rust:1.84 cargo test

0 commit comments

Comments
 (0)