Skip to content

Commit

Permalink
Re-enable cpp tests
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed Mar 13, 2024
1 parent 49e8185 commit 2b7dcf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
- name: Print version
run: xpython --version

# - name: Test xeus-python C++
# run: ./test_xeus_python
# timeout-minutes: 4
# working-directory: build/test
- name: Test xeus-python C++
run: ./test_xeus_python
timeout-minutes: 4
working-directory: build/test

- name: Test xeus-python Python
run: pytest . -vvv
Expand Down

0 comments on commit 2b7dcf2

Please sign in to comment.