Actually just three programming languages in a trenchcoat
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

nightly is used for tests

+3 -3
+3 -3
.github/workflows/rust.yml
··· 106 106 sudo apt-get install clang-19 llvm-19 libpolly-19-dev valgrind 107 107 - name: Install Rust 108 108 run: | 109 - rustup install stable 110 - rustup default stable 109 + rustup install nightly 110 + rustup default nightly 111 111 - name: Run cargo test 112 - run: ${{matrix.opts}} cargo test 112 + run: ${{matrix.opts}} cargo +nightly test