1 parent 17a3f39 commit a1bbc71Copy full SHA for a1bbc71
1 file changed
.github/workflows/c-test.yml
@@ -28,13 +28,12 @@ jobs:
28
steps:
29
- uses: actions/checkout@v5
30
- run: |
31
- brew update
32
brew install criterion coreutils
33
echo CPATH="/opt/homebrew/include:$CPATH" >> "$GITHUB_ENV"
34
echo LIBRARY_PATH="/opt/homebrew/lib:$LIBRARY_PATH" >> "$GITHUB_ENV"
35
echo DYLD_LIBRARY_PATH=. >> "$GITHUB_ENV"
36
echo MAKEFLAGS=-j3 >> "$GITHUB_ENV"
37
- name: Test
38
- run: make test CC=clang
+ run: make test
39
- name: Test -O3
40
- run: make clean && make test CC=clang XCFLAGS='-O3 -g0'
+ run: make clean && make test XCFLAGS='-O3 -g0'
0 commit comments