Skip to content

Commit bb3f32e

Browse files
committed
Release - remove windows from CI, re-enable tests
1 parent 48da399 commit bb3f32e

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,3 @@ jobs:
1616
run: cargo build --verbose --release
1717
- name: Test
1818
run: cargo test --verbose --release
19-
build-win:
20-
runs-on: windows-latest
21-
permissions:
22-
contents: write
23-
steps:
24-
- uses: actions/checkout@v3
25-
# - name: apt
26-
# run: apt install -y g++-mingw-w64-x86-64
27-
# - name: target
28-
# run: rustup target add x86_64-pc-windows-gnu
29-
# - name: toolchain
30-
# run: rustup toolchain install stable-x86_64-pc-windows-gnu
31-
- name: Build
32-
run: cargo build --verbose --release
33-
# - name: Build
34-
# run: cargo build --verbose --release
35-
# - name: Test
36-
# run: cargo test --verbose --release

.github/workflows/release-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- name: Build
1616
run: cargo build --verbose --release
17-
# - name: Test
18-
# run: cargo test --verbose --release
17+
- name: Test
18+
run: cargo test --verbose --release
1919
- uses: ncipollo/release-action@v1
2020
with:
2121
artifacts: "target/release/gitopolis.exe"

0 commit comments

Comments
 (0)