diff --git a/.github/workflows/test-pr.yml b/.github/workflows/test-pr.yml index ce3e5524..b4a872d2 100644 --- a/.github/workflows/test-pr.yml +++ b/.github/workflows/test-pr.yml @@ -67,6 +67,7 @@ jobs: - name: Run Tests run: | + cargo build -p skyd cargo run -p skyd -- --nosave --noart & cargo test --verbose -- --test-threads=1 sudo pkill skyd diff --git a/.github/workflows/test-push.yml b/.github/workflows/test-push.yml index e7589ae4..866e481b 100644 --- a/.github/workflows/test-push.yml +++ b/.github/workflows/test-push.yml @@ -96,6 +96,7 @@ jobs: - name: Run Tests run: | + cargo build --target ${{ matrix.rust }} -p skyd cargo run -p skyd --target ${{ matrix.rust }} -- --nosave --noart & cargo test --verbose --target ${{ matrix.rust }} -- --test-threads=1 sudo pkill skyd @@ -200,6 +201,7 @@ jobs: - name: Run Tests run: | + cargo build --target ${{ matrix.rust }} -p skyd cargo run -p skyd --target ${{ matrix.rust }} -- --nosave --noart & cargo test --verbose --target ${{ matrix.rust }} -- --test-threads=1 sudo pkill skyd @@ -301,6 +303,7 @@ jobs: - name: Run Tests run: | + cargo build --target ${{ matrix.rust }} -p skyd cargo run -p skyd --target ${{ matrix.rust }} -- --nosave --noart & cargo test --verbose --target ${{ matrix.rust }} -- --test-threads=1 sudo pkill skyd diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 73f69e09..00000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml -# Editor-based HTTP Client requests -/httpRequests/ diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index 4ce8b6f5..00000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1610003825159 - - - - - - - - - \ No newline at end of file