We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c59fb73 + b89dce1 commit 69d8055Copy full SHA for 69d8055
.github/workflows/ci.yaml
@@ -94,7 +94,9 @@ jobs:
94
- uses: ilammy/msvc-dev-cmd@v1
95
- run: python configure --antares-version=$(git describe --tags HEAD)
96
- run: ./ninja -C out/win/opt
97
- # - run: out/win/opt/procyon-cpp-test
+ - run: python scripts/test.py --type=unit
98
+ - run: python scripts/test.py --type=data
99
+ - run: python scripts/test.py --type=replay
100
101
- run: python scripts/dist.py win zip
102
- uses: actions/upload-artifact@v4
0 commit comments