We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d8555 commit 52b56b1Copy full SHA for 52b56b1
.github/workflows/test.yml
@@ -36,10 +36,6 @@ jobs:
36
37
test-i686:
38
runs-on: ubuntu-24.04
39
- container:
40
- image: i386/rust:1.84
41
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
+ - uses: actions/checkout@v4
+ - run: docker run -v .:/root/zkdcap -w /root/zkdcap -it i386/rust:1.84 cargo test
0 commit comments