File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 25
25
steps :
26
26
- uses : actions/checkout@v4
27
27
- run : cp -a ${GITHUB_WORKSPACE} /namespace/scratch
28
+ - run : mkdir /namespace/scratch/.cache && ln -s /namespace/scratch/.cache /home/runner/.cache
28
29
29
30
- uses : Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
30
31
37
38
echo '2a00b21ac5e990e0c6a0ccbf3b91e34a073660d1f4553b5f3cda2b09cc4d4d8a repro-env' | sha256sum -c -
38
39
sudo install -m755 repro-env -t /usr/bin
39
40
41
+ - name : Build ic-gateway
42
+ run : cd /namespace/scratch/ic-gateway && repro-env build -- cargo build --release --target x86_64-unknown-linux-musl
43
+
40
44
- name : Run all unit and integration tests
41
45
run : |
42
46
cd /namespace/scratch/ic-gateway && ./run-tests.sh
43
-
44
- - name : Build ic-gateway
45
- run : cd /namespace/scratch/ic-gateway && repro-env build -- cargo build --release --target x86_64-unknown-linux-musl
You can’t perform that action at this time.
0 commit comments