Skip to content

saving the cuqdyn outputs of the scalability test #123

saving the cuqdyn outputs of the scalability test

saving the cuqdyn outputs of the scalability test #123

Workflow file for this run

name: Run Tests
on:
push:
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo apt update
- name: Make test.sh executable
run: |
chmod +x ./test.sh
chmod +x ./build.sh
- name: Run test script
run: ./build.sh && ./test.sh