Skip to content

replace check on /var/spool with /local for Slurm 23 with job_container/tmpfs #5

replace check on /var/spool with /local for Slurm 23 with job_container/tmpfs

replace check on /var/spool with /local for Slurm 23 with job_container/tmpfs #5

Workflow file for this run

name: Run tests
on: [push, pull_request]
jobs:
make_test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: run autogen
run: ./autogen.sh
- name: run configure
run: ./configure
- name: run tests
run: make test