Skip to content

Fixing mpi.lua to get and set env. variables correctly after unloading or reloading the module #2896

Fixing mpi.lua to get and set env. variables correctly after unloading or reloading the module

Fixing mpi.lua to get and set env. variables correctly after unloading or reloading the module #2896

Workflow file for this run

name: unit-tests
on:
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v2
with:
submodules: true
- name: validate-modules-yaml
run: |
source ./setup.sh
spack-python util/modules_config_check.py
- name: run-unit-tests
run: |
source ./setup.sh
spack unit-test --extension=stack