Skip to content

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
rohdealx committed Feb 28, 2024
1 parent a6ae8f1 commit 6bd37ae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ env:
# TODO caching (rust files, sccache)
# TODO ensure config scheme is up to date
# TODO improve code coverage handling
# TODO handle release
# TODO handle release for tag
# TODO - check version: tag vs cargo toml
# TODO - download artifacts
# TODO - get changelog
# TODO - create release

jobs:
lint:
Expand Down Expand Up @@ -100,7 +104,6 @@ jobs:
run: cargo build --release --target ${{ matrix.target }}
env:
RUSTFLAGS: ${{ matrix.rustflags }}

- name: Upload
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 6bd37ae

Please sign in to comment.