4545 - uses : actions/checkout@v2
4646 - run : sudo apt update
4747 - run : sudo apt install libsdl2-dev libsdl2-ttf-dev
48- - run : cargo test --package='*' --features=sdl -- --include-ignored --skip sdl
48+ - run : cargo test --package='*' --features=sdl
49+ -- --include-ignored --skip sdl_console
4950
5051 macos-test :
5152 runs-on : macos-latest
@@ -58,10 +59,11 @@ jobs:
5859 - uses : actions/checkout@v2
5960 - run : brew install sdl2 sdl2_ttf
6061 - run : cargo test --package=endbasic-core -- --include-ignored
61- - run : cargo test --package=endbasic-std --features=sdl
62- -- --include-ignored --skip sdl
62+ - run : cargo test --package=endbasic-std -- --include-ignored
63+ - run : cargo test --package=endbasic-sdl
64+ -- --include-ignored --skip sdl_console
6365 - run : cargo test --package=endbasic --features=sdl
64- -- --include-ignored --skip sdl
66+ -- --include-ignored --skip sdl_console
6567 - run : cargo test --package=endbasic-web -- --include-ignored
6668
6769 windows-test :
7678 - run : choco install unzip
7779 - run : ./.github/workflows/setup-sdl.ps1
7880 - run : cargo test --package=endbasic-core -- --include-ignored
79- - run : cargo test --package=endbasic-std --features=sdl
81+ - run : cargo test --package=endbasic-std -- --include-ignored
82+ - run : cargo test --package=endbasic-sdl
8083 -- --include-ignored
8184 - run : cargo test --package=endbasic --features=sdl
8285 -- --include-ignored
0 commit comments