mirror of
https://github.com/zkonduit/ezkl.git
synced 2026-01-14 16:57:59 -05:00
Update rust.yml
This commit is contained in:
13
.github/workflows/rust.yml
vendored
13
.github/workflows/rust.yml
vendored
@@ -410,18 +410,7 @@ jobs:
|
||||
run: rustup component add rust-src --toolchain nightly-2025-02-17-x86_64-unknown-linux-gnu
|
||||
- name: Create webdriver.json to disable timeouts
|
||||
run: |
|
||||
cat > webdriver.json << 'EOF'
|
||||
{
|
||||
"goog:chromeOptions": {
|
||||
"args": ["--headless", "--disable-gpu", "--disable-dev-shm-usage", "--no-sandbox", "--disable-setuid-sandbox"]
|
||||
},
|
||||
"timeouts": {
|
||||
"implicit": 0,
|
||||
"pageLoad": 300000,
|
||||
"script": 1800000
|
||||
}
|
||||
}
|
||||
EOF
|
||||
echo '{"args": ["--headless", "--disable-gpu", "--disable-dev-shm-usage", "--no-sandbox"]}' > webdriver.json
|
||||
- name: Run wasm verifier tests
|
||||
run: |
|
||||
ulimit -n 65536
|
||||
|
||||
Reference in New Issue
Block a user