[zsh] use interactive shell for running tests

This commit is contained in:
Will Owens
2024-02-23 06:03:55 -05:00
parent 2a05bcc79f
commit 13a69cc9c0
2 changed files with 2 additions and 11 deletions

View File

@@ -34,7 +34,7 @@ jobs:
- name: test
env:
TEST_SHELLS: ${{ matrix.test_shell }}
run: nix-shell -p ruby $TEST_SHELLS --run ./run_tests.sh
run: nix-shell -p ruby $TEST_SHELLS --command ./run_tests.sh
# - run: nix-shell -p shunit2 -i ./run_tests.sh
# - run: nix build
# - run: nix flake check