Skip to content

Commit

Permalink
Debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arg0d committed Jan 6, 2025
1 parent cdd2324 commit 9c535bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
runs-on: ubuntu-22.04
container:
image: ghcr.io/nordsecurity/uniffi-rs-test-runner:v0.2.0
image: ghcr.io/nordsecurity/uniffi-rs-test-runner:v0.0.2
options: --user root
steps:
- uses: actions/checkout@v3
Expand All @@ -16,5 +16,6 @@ jobs:
HOME: /root
run: |
source ~/.bashrc
cd fixtures/ext-types/proc-macro-lib
# Disable debug info, because the job runs out of disk space
RUSTFLAGS="-C debuginfo=0" cargo test

0 comments on commit 9c535bc

Please sign in to comment.