File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ jobs:
131131 if : matrix.os == 'ubuntu-latest' && matrix.browser == 'chrome'
132132 run : cargo test --verbose --workspace --features ${{ matrix.features }} --exclude plotly_kaleido
133133
134- # Run save_surface_to_png test with nocapture for detailed webdriver logs
135- - name : Run save_surface_to_png test with nocapture (${{ matrix.os }} - Firefox)
134+ # Run save_png test with nocapture for detailed webdriver logs
135+ - name : Run save_png test with nocapture (${{ matrix.os }} - Firefox)
136136 if : matrix.os == 'ubuntu-latest' && matrix.browser == 'firefox'
137137 run : |
138138 # Set environment variables for Firefox WebDriver
@@ -145,7 +145,7 @@ jobs:
145145 echo "RUST_LOG: $RUST_LOG"
146146
147147 # Run only the save_surface_to_png test with nocapture for full webdriver logs
148- cargo test save_surface_to_png --verbose --features ${{ matrix.features }} -- --nocapture
148+ cargo test -p save_png --verbose --features webdriver_download,geckodriver -- --nocapture
149149
150150 # Run tests on Ubuntu with Firefox
151151 - name : Run tests (${{ matrix.os }} - Firefox)
You can’t perform that action at this time.
0 commit comments