diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 7893038..ff4f992 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -73,4 +73,10 @@ jobs: cargo hack --feature-powerset clippy --all-targets --locked ${{ matrix.cargo_profile }} -- -D warnings - name: Ensure that tests pass under every possible combination of features run: | - cargo hack --feature-powerset test ${{ matrix.cargo_profile }} \ No newline at end of file + cargo hack --feature-powerset test ${{ matrix.cargo_profile }} + - name: Run against empty data folder + if: runner.os == 'Linux' + run: | + cd website + sudo apt-get install binaryen + cargo run -- -w \ No newline at end of file