disable nsjail for test

This commit is contained in:
Ruben Fiszel
2022-08-12 03:31:50 +02:00
parent 1a8c843d6b
commit eba7054a2a
2 changed files with 2 additions and 2 deletions

View File

@@ -37,4 +37,4 @@ jobs:
- run: psql postgres://admin:changeme@localhost:5434/windmill -c "CREATE ROLE app LOGIN PASSWORD 'changeme';"
- name: "cargo test"
timeout-minutes: 5
run: mkdir -p frontend/build && cd backend && DISABLE_NSJAIL=true SQLX_OFFLINE=true DATABASE_URL=postgres://admin:changeme@localhost:5434/windmill /root/.cargo/bin/cargo test
run: mkdir -p frontend/build && cd backend && SQLX_OFFLINE=true DATABASE_URL=postgres://admin:changeme@localhost:5434/windmill /root/.cargo/bin/cargo test