Skip to content

Commit

Permalink
Module tests: use bash-env.nu every time
Browse files Browse the repository at this point in the history
  • Loading branch information
tesujimath committed Oct 20, 2024
1 parent f17a55a commit 98e37db
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,5 @@ jobs:
- name: Run Module Tests
run: |
export PATH=./bash-env-json-${BASH_ENV_JSON_VERSION}:./nu-${NU_VERSION}-x86_64-unknown-linux-gnu:$PATH
nu --no-config-file --no-history -c "use bash-env.nu"
nu --no-config-file --no-history -c "use tests.nu run_bash_env_tests ; run_bash_env_tests"
nu --no-config-file --no-history -c "use extra-module-tests.nu ; extra-module-tests"
nu --no-config-file --no-history -c "use bash-env.nu ; use tests.nu run_bash_env_tests ; run_bash_env_tests"
nu --no-config-file --no-history -c "use bash-env.nu ; use extra-module-tests.nu ; extra-module-tests"

0 comments on commit 98e37db

Please sign in to comment.