Fix indentation

This commit is contained in:
Jan Trefil 2023-04-16 20:44:45 +02:00
parent 6777d32336
commit e660e64631

View file

@ -26,12 +26,12 @@ jobs:
path: |
target/release/*.exe
ubuntu:
runs-on: ubuntu-latest
ubuntu:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose