Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 authored May 27, 2024
1 parent bdfef3a commit 04a52f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cd ./tests/
g++ BaseStore_Tests.cpp -std=c++20 -o BaseStore_Tests
g++ BinaryOperations_Tests.cpp -std=c++20 -o BinaryOperations_Tests
g++ CocaTests.cpp -std=c++20 -o CocaTests
g++ Coca_Tests.cpp -std=c++20 -o CocaTests
g++ Colon_Tests.cpp -std=c++20 -o Colon_Tests
g++ Concepts_Test.cpp -std=c++20 -o Concepts_Tests
g++ Derivatives_Tests.cpp -std=c++20 -o Derivatives_Tests
Expand Down

0 comments on commit 04a52f7

Please sign in to comment.