diff options
| author | John MacFarlane <[email protected]> | 2022-09-27 09:32:51 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-09-27 09:34:57 -0700 |
| commit | e6db2780613ccc102bd14f455463455c8fc3767d (patch) | |
| tree | 381fd7b5ecf67f4e1aa94fbe052fd2380f866fe1 /.gitignore | |
| parent | e92f1a5ecf374473447fdac7e5961845346df4ad (diff) | |
Split benchmarks out of CI into separate action.
The benchmark action is only run on manual dispatch.
Rationale: this action dramatically slows down CI.
It is nice to run benchmarks, but we don't need them all the time.
We add (non-optimized) testing of benchmark compilation to one of
the CI builds.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5bdcd2d5f..ed4d2b58f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ !.circleci/** !.editorconfig !.gitattributes -!.github/** !.gitignore !.hlint.yaml !.mailmap |
