Skip to content

Do spack reindex straight after each build attempt #137

Do spack reindex straight after each build attempt

Do spack reindex straight after each build attempt #137

Workflow file for this run

name: tests
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: '1.21.1'
- name: Run tests
run: make test
- name: Run tests with race detection
run: make race