Skip to content

Commit c62078b

Browse files
committed
moar hacks
1 parent 3d15f1e commit c62078b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727
- run: cp -a ${GITHUB_WORKSPACE} /namespace/scratch
28+
- run: mkdir /namespace/scratch/.cache && ln -s /namespace/scratch/.cache /home/runner/.cache
2829

2930
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
3031

@@ -37,9 +38,9 @@ jobs:
3738
echo '2a00b21ac5e990e0c6a0ccbf3b91e34a073660d1f4553b5f3cda2b09cc4d4d8a repro-env' | sha256sum -c -
3839
sudo install -m755 repro-env -t /usr/bin
3940
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+
4044
- name: Run all unit and integration tests
4145
run: |
4246
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

0 commit comments

Comments
 (0)