mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 18:38:11 +03:00
7fba387683
* Using Firefox for headless web tests
* Fixing headless web test command
* Remove unecessary GitHub Action step
Original commit: 35941c4a68
4 lines
114 B
Bash
Executable File
4 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
cargo test &&
|
|
cargo run --manifest-path=script/rust/Cargo.toml --bin test-all -- --headless --firefox
|