We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba91a0a commit a3b167bCopy full SHA for a3b167b
.github/workflows/build_and_test.yml
@@ -58,10 +58,9 @@ jobs:
58
- os: ubuntu-latest
59
preset: gcc
60
config: Debug
61
- # TODO: re-enable this configuration when bug is fixed! See https://github.com/benthevining/BenBot/issues/454
62
-# - os: ubuntu-latest
63
-# preset: gcc
64
-# config: Release
+ - os: ubuntu-latest
+ preset: gcc
+ config: Release
65
66
67
config: ASAN
0 commit comments