[zsh] use interactive shell for running tests
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user