Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jul 30, 2023
1 parent 10be642 commit b0f3cc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ jobs:
- name: Compile Tests
run: |
./jule/bin/julec -t .
clang++ -O0 --std=c++17 -Wno-everything -o ./tests ./dist/ir.cpp
git update-index --add --chmod=-x ./tests
chmod +x ./tests
clang++ -O0 --std=c++17 -Wno-everything -o ./tests.out ./dist/ir.cpp
git update-index --add --chmod=-x ./tests.out
chmod +x ./tests.out
- name: Run Tests
run: |
./tests
./tests.out
- name: Cleanup
run: |
Expand Down

0 comments on commit b0f3cc4

Please sign in to comment.