Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Dec 4, 2023
1 parent 4fda9ee commit 4cf30bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
- name: Run
run: ./build/${BUILD_TYPE}/cmd/aoc2023 --all
- name: Time
if: matrix.build_type=='Release' && matrix.sanitizer=='0'
if: matrix.build_type=='Release' && matrix.sanitizer=='no sanitizer'
run: ./build/${BUILD_TYPE}/cmd/aoc2023 --time

0 comments on commit 4cf30bd

Please sign in to comment.