Skip to content

Commit

Permalink
fix: gitlab actions syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mookums committed Nov 28, 2023
1 parent 46392c8 commit 08a5bd5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- name: Test Double
run: CXXFLAGS=-Werror make test -j$(($(nproc)+1))
- name: Test Float
run:
# Recompile with LOST_FLOAT_MODE
run: |
make clean
CXXFLAGS=-Werror make test LOST_FLOAT_MODE=1 -j$(($(nproc)+1))
Expand Down

0 comments on commit 08a5bd5

Please sign in to comment.