Skip to content

Commit

Permalink
Have to build netkan.exe as well for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HebaruSan committed Jul 15, 2020
1 parent b27c2a2 commit 93b1fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Installing runtime dependencies
run: apt-get install -y libcurl4-openssl-dev xvfb

- name: Build ckan.exe
run: ./build Ckan --configuration=Release
- name: Build ckan.exe and netkan.exe
run: ./build --configuration=Release
- name: Run tests
run: xvfb-run ./build test+only --configuration=Release --where="Category!=FlakyNetwork"

Expand Down

0 comments on commit 93b1fd7

Please sign in to comment.