Skip to content

Commit

Permalink
add flashx testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdhruv committed Sep 15, 2023
1 parent e0df16d commit c760c3f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/flashx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# -Wextra-semi: GCC < 10 does not have this.
# -Wunreachable-code: GCC no longer has this option.

name: Flash-X

on: [push, pull_request]

concurrency:
group: ${{ github.ref }}-${{ github.head_ref }}-linux-gcc
cancel-in-progress: true

jobs:
bittree-test-suite:
name: [email protected] C++17 2D Debug Fortran [tests]
runs-on: ubuntu-20.04
steps:
- uses: Lab-Notebooks/AMReX-Bittree-Performance/.github/actions/tests@main

0 comments on commit c760c3f

Please sign in to comment.