Skip to content

Commit

Permalink
fixup! fixup! Create rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theaquamarine committed Jul 15, 2021
1 parent f2e456a commit f9ef220
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/rust.yml
Expand Up @@ -17,15 +17,6 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Upload git-absorb.exe artifact
if: matrix.os == 'windows-latest'
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit f9ef220

Please sign in to comment.