Skip to content

Commit

Permalink
Forgot to check that I added the STL
Browse files Browse the repository at this point in the history
  • Loading branch information
VonTum committed Aug 29, 2024
1 parent ca75c53 commit ca540e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
submodules: recursive
- name: Build
# Don't try to build codegen, as it needs to link against LLVM
run: cargo build --verbose --features lsp
run: cargo build --verbose --all-features
- name: Run tests
run: cargo test --verbose --features lsp
run: cargo test --verbose --all-features

# check-fmt:
# runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ In this example, we create a memory block with a read port and a write port. Thi
- [ ] Clock Domain Crossings
- ~~[ ] Rhythm Syntax~~
- [ ] Interface Generator Syntax
- [ ] Standard Library Bundled with compiler
- [x] Standard Library Bundled with compiler

### Performance, Linking and Name Resolution
- [ ] Namespaces
Expand Down

0 comments on commit ca540e5

Please sign in to comment.