Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
himaster committed Nov 12, 2024
1 parent 1310316 commit 4fbc465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
integration-tests:
name: Run integration tests
runs-on: ["self-hosted", "k8s-prod"]
container: "summerwind/actions-runner:ubuntu-22.04"
container:
image: summerwind/actions-runner:ubuntu-22.04
options: --user root
timeout-minutes: 120
env:
RUSTFLAGS: "-C link-arg=-fuse-ld=lld -D warnings"
Expand Down

0 comments on commit 4fbc465

Please sign in to comment.