You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Run all tests (sysgo gateless mode) - most comprehensive coverage
175
+
just acceptance-test "" ""
176
+
177
+
# Run specific gate-based tests (traditional mode)
178
+
just acceptance-test "" base # In-process (sysgo) with gate
179
+
just acceptance-test simple base # External devnet (sysext) with gate
180
+
```
181
+
182
+
Using an empty gate (`""`) triggers gateless mode with the sysgo orchestrator, auto-discovering all tests.
183
+
166
184
## Further Information
167
185
168
186
For more details about `op-acceptor` and the acceptance testing process, refer to the main documentation or ask the team for guidance.
169
187
170
-
The source code for `op-acceptor` is available at [github.com/ethereum-optimism/infra/op-acceptor](https://github.com/ethereum-optimism/infra/tree/main/op-acceptor). If you discover any bugs or have feature requests, please open an issue in that repository.
188
+
The source code for `op-acceptor` is available at [github.com/ethereum-optimism/infra/op-acceptor](https://github.com/ethereum-optimism/infra/tree/main/op-acceptor). If you discover any bugs or have feature requests, please open an issue in that repository.
0 commit comments